Shades of Atlantis #87D640
Tints of Atlantis #87D640
RGB
CMYK
RGB Variations
Color information
#87D640 (or 0x87D640) is known color: Atlantis. HEX triplet: 87, D6 and 40. RGB value is (135,214,64). Sum of RGB (Red+Green+Blue) = 135+214+64=413 (54% of max value = 765). Red value is 135 (53.12% from 255 or 32.69% from 413); Green value is 214 (83.98% from 255 or 51.82% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 214 - color contains mainly: green. Hex color #87D640 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #87D640 is #7829BF. Grayscale: #ADADAD. Windows color (decimal): -7875008 or 4249223. OLE color: 4249223.
HSL color Cylindrical-coordinate representation of color #87D640: hue angle of 91.6º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #87D640 is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 135 | 214 | 64 | - |
| CMYK | 0.37 | 0 | 0.70 | 0.16 |
| HSL | 91.6º | 0.65% | 0.55% | - |
| HSV(B) | 91.6º | 0.7% | 0.84% | - |
| XYZ | 34.96 | 53.61 | 13.36 | - |
| YUV | 173.28 | 66.33 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 214 | 64 | 0.37 | 0 | 0.70 | 0.16 | 91.6 | 0.65 | 0.55 |
| Hex | 87 | D6 | 40 | 25 | 0 | 46 | 10 | 5C | 41 | 37 |
| Octal | 207 | 326 | 100 | 45 | 0 | 106 | 20 | 134 | 101 | 67 |
| Binary | 10000111 | 11010110 | 1000000 | 100101 | 0 | 1000110 | 10000 | 1011100 | 1000001 | 110111 |
Color Harmonies of #87D640
Complementary color
Monochromatic Colors of #87D640
Black with #87D640
Text Example
Text Example
White with #87D640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87D640; }
p { color: rgb(135,214,64); }
H1.HeaderClassName
{
color: #87D640;
}
.AnyTagClassName
{
color: #87D640;
}
</style>
background-color css
<style>
a { background-color: #87D640; }
a { background-color: rgb(135,214,64); }
div.DivClassName
{
background-color: #87D640;
}
.BgClassName
{
background-color: #87D640;
}
</style>
border-color css
<style>
span { border-color: #87D640; }
span { border-color: rgb(135,214,64); }
td.TdClassName
{
border-color: #87D640;
}
.TagClassName
{
border-color: #87D640;
}
</style>