Shades of Atlantis #87DF47
Tints of Atlantis #87DF47
RGB
CMYK
RGB Variations
Color information
#87DF47 (or 0x87DF47) is known color: Atlantis. HEX triplet: 87, DF and 47. RGB value is (135,223,71). Sum of RGB (Red+Green+Blue) = 135+223+71=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 223 (87.5% from 255 or 51.98% from 429); Blue value is 71 (28.12% from 255 or 16.55% from 429); Max value from RGB is 223 - color contains mainly: green. Hex color #87DF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #87DF47 is #7820B8. Grayscale: #B3B3B3. Windows color (decimal): -7872697 or 4710279. OLE color: 4710279.
HSL color Cylindrical-coordinate representation of color #87DF47: hue angle of 94.74º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #87DF47 is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 223 | 71 | - |
| CMYK | 0.39 | 0 | 0.68 | 0.13 |
| HSL | 94.74º | 0.7% | 0.58% | - |
| HSV(B) | 94.74º | 0.68% | 0.87% | - |
| XYZ | 37.52 | 58.38 | 15.25 | - |
| YUV | 179.36 | 66.85 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 223 | 71 | 0.39 | 0 | 0.68 | 0.13 | 94.74 | 0.7 | 0.58 |
| Hex | 87 | DF | 47 | 27 | 0 | 44 | D | 5F | 46 | 3A |
| Octal | 207 | 337 | 107 | 47 | 0 | 104 | 15 | 137 | 106 | 72 |
| Binary | 10000111 | 11011111 | 1000111 | 100111 | 0 | 1000100 | 1101 | 1011111 | 1000110 | 111010 |
Color Harmonies of #87DF47
Complementary color
Monochromatic Colors of #87DF47
Black with #87DF47
Text Example
Text Example
White with #87DF47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DF47; }
p { color: rgb(135,223,71); }
H1.HeaderClassName
{
color: #87DF47;
}
.AnyTagClassName
{
color: #87DF47;
}
</style>
background-color css
<style>
a { background-color: #87DF47; }
a { background-color: rgb(135,223,71); }
div.DivClassName
{
background-color: #87DF47;
}
.BgClassName
{
background-color: #87DF47;
}
</style>
border-color css
<style>
span { border-color: #87DF47; }
span { border-color: rgb(135,223,71); }
td.TdClassName
{
border-color: #87DF47;
}
.TagClassName
{
border-color: #87DF47;
}
</style>