Shades of Atlantis #87C243
Tints of Atlantis #87C243
RGB
CMYK
RGB Variations
Color information
#87C243 (or 0x87C243) is known color: Atlantis. HEX triplet: 87, C2 and 43. RGB value is (135,194,67). Sum of RGB (Red+Green+Blue) = 135+194+67=396 (52% of max value = 765). Red value is 135 (53.12% from 255 or 34.09% from 396); Green value is 194 (76.17% from 255 or 48.99% from 396); Blue value is 67 (26.56% from 255 or 16.92% from 396); Max value from RGB is 194 - color contains mainly: green. Hex color #87C243 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #87C243 is #783DBC. Grayscale: #A2A2A2. Windows color (decimal): -7880125 or 4440711. OLE color: 4440711.
HSL color Cylindrical-coordinate representation of color #87C243: hue angle of 87.87º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #87C243 is Cyan = 0.30, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 194 | 67 | - |
| CMYK | 0.30 | 0 | 0.65 | 0.24 |
| HSL | 87.87º | 0.51% | 0.51% | - |
| HSV(B) | 87.87º | 0.65% | 0.76% | - |
| XYZ | 30.3 | 44.14 | 12.23 | - |
| YUV | 161.88 | 74.45 | 108.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 194 | 67 | 0.30 | 0 | 0.65 | 0.24 | 87.87 | 0.51 | 0.51 |
| Hex | 87 | C2 | 43 | 1E | 0 | 41 | 18 | 58 | 33 | 33 |
| Octal | 207 | 302 | 103 | 36 | 0 | 101 | 30 | 130 | 63 | 63 |
| Binary | 10000111 | 11000010 | 1000011 | 11110 | 0 | 1000001 | 11000 | 1011000 | 110011 | 110011 |
Color Harmonies of #87C243
Complementary color
Monochromatic Colors of #87C243
Black with #87C243
Text Example
Text Example
White with #87C243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C243; }
p { color: rgb(135,194,67); }
H1.HeaderClassName
{
color: #87C243;
}
.AnyTagClassName
{
color: #87C243;
}
</style>
background-color css
<style>
a { background-color: #87C243; }
a { background-color: rgb(135,194,67); }
div.DivClassName
{
background-color: #87C243;
}
.BgClassName
{
background-color: #87C243;
}
</style>
border-color css
<style>
span { border-color: #87C243; }
span { border-color: rgb(135,194,67); }
td.TdClassName
{
border-color: #87C243;
}
.TagClassName
{
border-color: #87C243;
}
</style>