#84DF42

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

Shades of Atlantis #84DF42

Tints of Atlantis #84DF42

Color information

#84DF42 (or 0x84DF42) is unknown color: approx Atlantis. HEX triplet: 84, DF and 42. RGB value is (132,223,66). Sum of RGB (Red+Green+Blue) = 132+223+66=421 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.35% from 421); Green value is 223 (87.5% from 255 or 52.97% from 421); Blue value is 66 (26.17% from 255 or 15.68% from 421); Max value from RGB is 223 - color contains mainly: green. Hex color #84DF42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84DF42 is #7B20BD. Grayscale: #B2B2B2. Windows color (decimal): -8069310 or 4382596. OLE color: 4382596.

HSL color Cylindrical-coordinate representation of color #84DF42: hue angle of 94.78º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #84DF42 is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB13222366-
CMYK0.4100.700.13
HSL94.78º71.04%56.67%-
HSV(B)94.78º70.4%87.45%-
XYZ36.8958.0714.42-
YUV177.8964.8595.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.35%
GREEN value IS 223 (87.5% from 255) = 52.97%
BLUE value IS 66 (26.17% from 255) = 15.68%
R=31.35%
G=52.97%
B=15.68%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal132223660.4100.700.1394.7871.0456.67
Hex84DF4229046D5f4739
Octal2043371025101061513710771
Binary1000010011011111100001010100101000110110110111111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,223,66); }

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

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

 a { background-color: rgb(132,223,66); }

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

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

 span { border-color: rgb(132,223,66); }

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