Shades of Atlantis #87D346
Tints of Atlantis #87D346
RGB
CMYK
RGB Variations
Color information
#87D346 (or 0x87D346) is known color: Atlantis. HEX triplet: 87, D3 and 46. RGB value is (135,211,70). Sum of RGB (Red+Green+Blue) = 135+211+70=416 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.45% from 416); Green value is 211 (82.81% from 255 or 50.72% from 416); Blue value is 70 (27.73% from 255 or 16.83% from 416); Max value from RGB is 211 - color contains mainly: green. Hex color #87D346 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #87D346 is #782CB9. Grayscale: #ACACAC. Windows color (decimal): -7875770 or 4641671. OLE color: 4641671.
HSL color Cylindrical-coordinate representation of color #87D346: hue angle of 92.34º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #87D346 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 135 | 211 | 70 | - |
| CMYK | 0.36 | 0 | 0.67 | 0.17 |
| HSL | 92.34º | 0.62% | 0.55% | - |
| HSV(B) | 92.34º | 0.67% | 0.83% | - |
| XYZ | 34.39 | 52.18 | 14.05 | - |
| YUV | 172.2 | 70.32 | 101.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 211 | 70 | 0.36 | 0 | 0.67 | 0.17 | 92.34 | 0.62 | 0.55 |
| Hex | 87 | D3 | 46 | 24 | 0 | 43 | 11 | 5C | 3E | 37 |
| Octal | 207 | 323 | 106 | 44 | 0 | 103 | 21 | 134 | 76 | 67 |
| Binary | 10000111 | 11010011 | 1000110 | 100100 | 0 | 1000011 | 10001 | 1011100 | 111110 | 110111 |
Color Harmonies of #87D346
Complementary color
Monochromatic Colors of #87D346
Black with #87D346
Text Example
Text Example
White with #87D346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87D346; }
p { color: rgb(135,211,70); }
H1.HeaderClassName
{
color: #87D346;
}
.AnyTagClassName
{
color: #87D346;
}
</style>
background-color css
<style>
a { background-color: #87D346; }
a { background-color: rgb(135,211,70); }
div.DivClassName
{
background-color: #87D346;
}
.BgClassName
{
background-color: #87D346;
}
</style>
border-color css
<style>
span { border-color: #87D346; }
span { border-color: rgb(135,211,70); }
td.TdClassName
{
border-color: #87D346;
}
.TagClassName
{
border-color: #87D346;
}
</style>