Shades of Atlantis #87CA40
Tints of Atlantis #87CA40
RGB
CMYK
RGB Variations
Color information
#87CA40 (or 0x87CA40) is known color: Atlantis. HEX triplet: 87, CA and 40. RGB value is (135,202,64). Sum of RGB (Red+Green+Blue) = 135+202+64=401 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.67% from 401); Green value is 202 (79.30% from 255 or 50.37% from 401); Blue value is 64 (25.39% from 255 or 15.96% from 401); Max value from RGB is 202 - color contains mainly: green. Hex color #87CA40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #87CA40 is #7835BF. Grayscale: #A6A6A6. Windows color (decimal): -7878080 or 4246151. OLE color: 4246151.
HSL color Cylindrical-coordinate representation of color #87CA40: hue angle of 89.13º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #87CA40 is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 135 | 202 | 64 | - |
| CMYK | 0.33 | 0 | 0.68 | 0.21 |
| HSL | 89.13º | 0.57% | 0.52% | - |
| HSV(B) | 89.13º | 0.68% | 0.79% | - |
| XYZ | 32.04 | 47.76 | 12.38 | - |
| YUV | 166.24 | 70.3 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 202 | 64 | 0.33 | 0 | 0.68 | 0.21 | 89.13 | 0.57 | 0.52 |
| Hex | 87 | CA | 40 | 21 | 0 | 44 | 15 | 59 | 39 | 34 |
| Octal | 207 | 312 | 100 | 41 | 0 | 104 | 25 | 131 | 71 | 64 |
| Binary | 10000111 | 11001010 | 1000000 | 100001 | 0 | 1000100 | 10101 | 1011001 | 111001 | 110100 |
Color Harmonies of #87CA40
Complementary color
Monochromatic Colors of #87CA40
Black with #87CA40
Text Example
Text Example
White with #87CA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CA40; }
p { color: rgb(135,202,64); }
H1.HeaderClassName
{
color: #87CA40;
}
.AnyTagClassName
{
color: #87CA40;
}
</style>
background-color css
<style>
a { background-color: #87CA40; }
a { background-color: rgb(135,202,64); }
div.DivClassName
{
background-color: #87CA40;
}
.BgClassName
{
background-color: #87CA40;
}
</style>
border-color css
<style>
span { border-color: #87CA40; }
span { border-color: rgb(135,202,64); }
td.TdClassName
{
border-color: #87CA40;
}
.TagClassName
{
border-color: #87CA40;
}
</style>