Shades of Atlantis #87BD40
Tints of Atlantis #87BD40
RGB
CMYK
RGB Variations
Color information
#87BD40 (or 0x87BD40) is known color: Atlantis. HEX triplet: 87, BD and 40. RGB value is (135,189,64). Sum of RGB (Red+Green+Blue) = 135+189+64=388 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.79% from 388); Green value is 189 (74.22% from 255 or 48.71% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 189 - color contains mainly: green. Hex color #87BD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #87BD40 is #7842BF. Grayscale: #9F9F9F. Windows color (decimal): -7881408 or 4242823. OLE color: 4242823.
HSL color Cylindrical-coordinate representation of color #87BD40: hue angle of 85.92º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #87BD40 is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 135 | 189 | 64 | - |
| CMYK | 0.29 | 0 | 0.66 | 0.26 |
| HSL | 85.92º | 0.49% | 0.5% | - |
| HSV(B) | 85.92º | 0.66% | 0.74% | - |
| XYZ | 29.11 | 41.92 | 11.41 | - |
| YUV | 158.6 | 74.61 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 189 | 64 | 0.29 | 0 | 0.66 | 0.26 | 85.92 | 0.49 | 0.5 |
| Hex | 87 | BD | 40 | 1D | 0 | 42 | 1A | 56 | 31 | 32 |
| Octal | 207 | 275 | 100 | 35 | 0 | 102 | 32 | 126 | 61 | 62 |
| Binary | 10000111 | 10111101 | 1000000 | 11101 | 0 | 1000010 | 11010 | 1010110 | 110001 | 110010 |
Color Harmonies of #87BD40
Complementary color
Monochromatic Colors of #87BD40
Black with #87BD40
Text Example
Text Example
White with #87BD40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87BD40; }
p { color: rgb(135,189,64); }
H1.HeaderClassName
{
color: #87BD40;
}
.AnyTagClassName
{
color: #87BD40;
}
</style>
background-color css
<style>
a { background-color: #87BD40; }
a { background-color: rgb(135,189,64); }
div.DivClassName
{
background-color: #87BD40;
}
.BgClassName
{
background-color: #87BD40;
}
</style>
border-color css
<style>
span { border-color: #87BD40; }
span { border-color: rgb(135,189,64); }
td.TdClassName
{
border-color: #87BD40;
}
.TagClassName
{
border-color: #87BD40;
}
</style>