#84DD42

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

Shades of Atlantis #84DD42

Tints of Atlantis #84DD42

Color information

#84DD42 (or 0x84DD42) is unknown color: approx Atlantis. HEX triplet: 84, DD and 42. RGB value is (132,221,66). Sum of RGB (Red+Green+Blue) = 132+221+66=419 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.50% from 419); Green value is 221 (86.72% from 255 or 52.74% from 419); Blue value is 66 (26.17% from 255 or 15.75% from 419); Max value from RGB is 221 - color contains mainly: green. Hex color #84DD42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #84DD42 is #7B22BD. Grayscale: #B1B1B1. Windows color (decimal): -8069822 or 4382084. OLE color: 4382084.

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

Color convert

RGB13222166-
CMYK0.4000.700.13
HSL94.45º69.51%56.27%-
HSV(B)94.45º70.14%86.67%-
XYZ36.3657.0114.24-
YUV176.7265.5196.1-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.50%
GREEN value IS 221 (86.72% from 255) = 52.74%
BLUE value IS 66 (26.17% from 255) = 15.75%
R=31.50%
G=52.74%
B=15.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal132221660.4000.700.1394.4569.5156.27
Hex84DD4228046D5e4638
Octal2043351025001061513610670
Binary1000010011011101100001010100001000110110110111101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84DD42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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