Shades of Atlantis #87D03F
Tints of Atlantis #87D03F
RGB
CMYK
RGB Variations
Color information
#87D03F (or 0x87D03F) is known color: Atlantis. HEX triplet: 87, D0 and 3F. RGB value is (135,208,63). Sum of RGB (Red+Green+Blue) = 135+208+63=406 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.25% from 406); Green value is 208 (81.64% from 255 or 51.23% from 406); Blue value is 63 (25% from 255 or 15.52% from 406); Max value from RGB is 208 - color contains mainly: green. Hex color #87D03F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #87D03F is #782FC0. Grayscale: #AAAAAA. Windows color (decimal): -7876545 or 4182151. OLE color: 4182151.
HSL color Cylindrical-coordinate representation of color #87D03F: hue angle of 90.21º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #87D03F is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 135 | 208 | 63 | - |
| CMYK | 0.35 | 0 | 0.70 | 0.18 |
| HSL | 90.21º | 0.61% | 0.53% | - |
| HSV(B) | 90.21º | 0.7% | 0.82% | - |
| XYZ | 33.44 | 50.62 | 12.71 | - |
| YUV | 169.64 | 67.82 | 103.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 208 | 63 | 0.35 | 0 | 0.70 | 0.18 | 90.21 | 0.61 | 0.53 |
| Hex | 87 | D0 | 3F | 23 | 0 | 46 | 12 | 5A | 3D | 35 |
| Octal | 207 | 320 | 77 | 43 | 0 | 106 | 22 | 132 | 75 | 65 |
| Binary | 10000111 | 11010000 | 111111 | 100011 | 0 | 1000110 | 10010 | 1011010 | 111101 | 110101 |
Color Harmonies of #87D03F
Complementary color
Monochromatic Colors of #87D03F
Black with #87D03F
Text Example
Text Example
White with #87D03F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87D03F; }
p { color: rgb(135,208,63); }
H1.HeaderClassName
{
color: #87D03F;
}
.AnyTagClassName
{
color: #87D03F;
}
</style>
background-color css
<style>
a { background-color: #87D03F; }
a { background-color: rgb(135,208,63); }
div.DivClassName
{
background-color: #87D03F;
}
.BgClassName
{
background-color: #87D03F;
}
</style>
border-color css
<style>
span { border-color: #87D03F; }
span { border-color: rgb(135,208,63); }
td.TdClassName
{
border-color: #87D03F;
}
.TagClassName
{
border-color: #87D03F;
}
</style>