#87D242

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

Shades of Atlantis #87D242

Tints of Atlantis #87D242

Color information

#87D242 (or 0x87D242) is unknown color: approx Atlantis. HEX triplet: 87, D2 and 42. RGB value is (135,210,66). Sum of RGB (Red+Green+Blue) = 135+210+66=411 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.85% from 411); Green value is 210 (82.42% from 255 or 51.09% from 411); Blue value is 66 (26.17% from 255 or 16.06% from 411); Max value from RGB is 210 - color contains mainly: green. Hex color #87D242 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #87D242 is #782DBD. Grayscale: #ABABAB. Windows color (decimal): -7876030 or 4379271. OLE color: 4379271.

HSL color Cylindrical-coordinate representation of color #87D242: hue angle of 91.25º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #87D242 is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB13521066-
CMYK0.3600.690.18
HSL91.25º61.54%54.12%-
HSV(B)91.25º68.57%82.35%-
XYZ34.0251.6413.33-
YUV171.1668.65102.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 32.85%
GREEN value IS 210 (82.42% from 255) = 51.09%
BLUE value IS 66 (26.17% from 255) = 16.06%
R=32.85%
G=51.09%
B=16.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal135210660.3600.690.1891.2561.5454.12
Hex87D24224045125b3e36
Octal207322102440105221337666
Binary1000011111010010100001010010001000101100101011011111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87D242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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