#84D544

Color #84D544 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #84D544

Tints of Atlantis #84D544

Color information

#84D544 (or 0x84D544) is unknown color: approx Atlantis. HEX triplet: 84, D5 and 44. RGB value is (132,213,68). Sum of RGB (Red+Green+Blue) = 132+213+68=413 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.96% from 413); Green value is 213 (83.59% from 255 or 51.57% from 413); Blue value is 68 (26.95% from 255 or 16.46% from 413); Max value from RGB is 213 - color contains mainly: green. Hex color #84D544 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84D544 is #7B2ABB. Grayscale: #ACACAC. Windows color (decimal): -8071868 or 4511108. OLE color: 4511108.

HSL color Cylindrical-coordinate representation of color #84D544: hue angle of 93.52º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #84D544 is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.

Color convert

RGB13221368-
CMYK0.3800.680.16
HSL93.52º63.32%55.1%-
HSV(B)93.52º68.08%83.53%-
XYZ34.3552.9113.87-
YUV172.2569.1699.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 31.96%
GREEN value IS 213 (83.59% from 255) = 51.57%
BLUE value IS 68 (26.95% from 255) = 16.46%
R=31.96%
G=51.57%
B=16.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal132213680.3800.680.1693.5263.3255.1
Hex84D54426044105e3f37
Octal204325104460104201367767
Binary1000010011010101100010010011001000100100001011110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84D544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84D544; }

 p { color: rgb(132,213,68); }

 H1.HeaderClassName
 {
   color: #84D544;
 }
 .AnyTagClassName
 {
   color: #84D544;
 }
</style>
background-color css

<style>
 a { background-color: #84D544; }

 a { background-color: rgb(132,213,68); }

 div.DivClassName
 {
   background-color: #84D544;
 }
 .BgClassName
 {
   background-color: #84D544;
 }
</style>
border-color css

<style>
 span { border-color: #84D544; }

 span { border-color: rgb(132,213,68); }

 td.TdClassName
 {
   border-color: #84D544;
 }
 .TagClassName
 {
   border-color: #84D544;
 }
</style>