Shades of Atlantis #87CA41
Tints of Atlantis #87CA41
RGB
CMYK
RGB Variations
Color information
#87CA41 (or 0x87CA41) is known color: Atlantis. HEX triplet: 87, CA and 41. RGB value is (135,202,65). Sum of RGB (Red+Green+Blue) = 135+202+65=402 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.58% from 402); Green value is 202 (79.30% from 255 or 50.25% from 402); Blue value is 65 (25.78% from 255 or 16.17% from 402); Max value from RGB is 202 - color contains mainly: green. Hex color #87CA41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #87CA41 is #7835BE. Grayscale: #A6A6A6. Windows color (decimal): -7878079 or 4311687. OLE color: 4311687.
HSL color Cylindrical-coordinate representation of color #87CA41: hue angle of 89.34º degrees, saturation: 0.56, 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 #87CA41 is Cyan = 0.33, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 135 | 202 | 65 | - |
| CMYK | 0.33 | 0 | 0.68 | 0.21 |
| HSL | 89.34º | 0.56% | 0.52% | - |
| HSV(B) | 89.34º | 0.68% | 0.79% | - |
| XYZ | 32.07 | 47.77 | 12.53 | - |
| YUV | 166.35 | 70.8 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 202 | 65 | 0.33 | 0 | 0.68 | 0.21 | 89.34 | 0.56 | 0.52 |
| Hex | 87 | CA | 41 | 21 | 0 | 44 | 15 | 59 | 38 | 34 |
| Octal | 207 | 312 | 101 | 41 | 0 | 104 | 25 | 131 | 70 | 64 |
| Binary | 10000111 | 11001010 | 1000001 | 100001 | 0 | 1000100 | 10101 | 1011001 | 111000 | 110100 |
Color Harmonies of #87CA41
Complementary color
Monochromatic Colors of #87CA41
Black with #87CA41
Text Example
Text Example
White with #87CA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CA41; }
p { color: rgb(135,202,65); }
H1.HeaderClassName
{
color: #87CA41;
}
.AnyTagClassName
{
color: #87CA41;
}
</style>
background-color css
<style>
a { background-color: #87CA41; }
a { background-color: rgb(135,202,65); }
div.DivClassName
{
background-color: #87CA41;
}
.BgClassName
{
background-color: #87CA41;
}
</style>
border-color css
<style>
span { border-color: #87CA41; }
span { border-color: rgb(135,202,65); }
td.TdClassName
{
border-color: #87CA41;
}
.TagClassName
{
border-color: #87CA41;
}
</style>