#87dd42

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

Shades of Atlantis #87DD42

Tints of Atlantis #87DD42

Color information

#87DD42 (or 0x87DD42) is unknown color: approx Atlantis. HEX triplet: 87, DD and 42. RGB value is (135,221,66). Sum of RGB (Red+Green+Blue) = 135+221+66=422 (55% of max value = 765). Red value is 135 (53.12% from 255 or 31.99% from 422); Green value is 221 (86.72% from 255 or 52.37% from 422); Blue value is 66 (26.17% from 255 or 15.64% from 422); Max value from RGB is 221 - color contains mainly: green. Hex color #87DD42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #87DD42 is #7822BD. Grayscale: #B2B2B2. Windows color (decimal): -7873214 or 4382087. OLE color: 4382087.

HSL color Cylindrical-coordinate representation of color #87DD42: hue angle of 93.29º 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 #87DD42 is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB13522166-
CMYK0.3900.700.13
HSL93.29º69.51%56.27%-
HSV(B)93.29º70.14%86.67%-
XYZ36.8357.2614.26-
YUV177.6265.0197.6-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 31.99%
GREEN value IS 221 (86.72% from 255) = 52.37%
BLUE value IS 66 (26.17% from 255) = 15.64%
R=31.99%
G=52.37%
B=15.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal135221660.3900.700.1393.2969.5156.27
Hex87DD4227046D5d4638
Octal2073351024701061513510670
Binary1000011111011101100001010011101000110110110111011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87dd42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87dd42; }

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

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

<style>
 a { background-color: #87dd42; }

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

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

<style>
 span { border-color: #87dd42; }

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

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