Shades of Atlantis #87DF3A
Tints of Atlantis #87DF3A
RGB
CMYK
RGB Variations
Color information
#87DF3A (or 0x87DF3A) is known color: Atlantis. HEX triplet: 87, DF and 3A. RGB value is (135,223,58). Sum of RGB (Red+Green+Blue) = 135+223+58=416 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.45% from 416); Green value is 223 (87.5% from 255 or 53.61% from 416); Blue value is 58 (23.05% from 255 or 13.94% from 416); Max value from RGB is 223 - color contains mainly: green. Hex color #87DF3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #87DF3A is #7820C5. Grayscale: #B2B2B2. Windows color (decimal): -7872710 or 3858311. OLE color: 3858311.
HSL color Cylindrical-coordinate representation of color #87DF3A: hue angle of 92º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #87DF3A is Cyan = 0.39, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 135 | 223 | 58 | - |
| CMYK | 0.39 | 0 | 0.74 | 0.13 |
| HSL | 92º | 0.72% | 0.55% | - |
| HSV(B) | 92º | 0.74% | 0.87% | - |
| XYZ | 37.14 | 58.23 | 13.29 | - |
| YUV | 177.88 | 60.35 | 97.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 223 | 58 | 0.39 | 0 | 0.74 | 0.13 | 92 | 0.72 | 0.55 |
| Hex | 87 | DF | 3A | 27 | 0 | 4A | D | 5C | 48 | 37 |
| Octal | 207 | 337 | 72 | 47 | 0 | 112 | 15 | 134 | 110 | 67 |
| Binary | 10000111 | 11011111 | 111010 | 100111 | 0 | 1001010 | 1101 | 1011100 | 1001000 | 110111 |
Color Harmonies of #87DF3A
Complementary color
Monochromatic Colors of #87DF3A
Black with #87DF3A
Text Example
Text Example
White with #87DF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87DF3A; }
p { color: rgb(135,223,58); }
H1.HeaderClassName
{
color: #87DF3A;
}
.AnyTagClassName
{
color: #87DF3A;
}
</style>
background-color css
<style>
a { background-color: #87DF3A; }
a { background-color: rgb(135,223,58); }
div.DivClassName
{
background-color: #87DF3A;
}
.BgClassName
{
background-color: #87DF3A;
}
</style>
border-color css
<style>
span { border-color: #87DF3A; }
span { border-color: rgb(135,223,58); }
td.TdClassName
{
border-color: #87DF3A;
}
.TagClassName
{
border-color: #87DF3A;
}
</style>