Shades of Atlantis #87E148
Tints of Atlantis #87E148
RGB
CMYK
RGB Variations
Color information
#87E148 (or 0x87E148) is known color: Atlantis. HEX triplet: 87, E1 and 48. RGB value is (135,225,72). Sum of RGB (Red+Green+Blue) = 135+225+72=432 (57% of max value = 765). Red value is 135 (53.12% from 255 or 31.25% from 432); Green value is 225 (88.28% from 255 or 52.08% from 432); Blue value is 72 (28.52% from 255 or 16.67% from 432); Max value from RGB is 225 - color contains mainly: green. Hex color #87E148 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #87E148 is #781EB7. Grayscale: #B5B5B5. Windows color (decimal): -7872184 or 4776327. OLE color: 4776327.
HSL color Cylindrical-coordinate representation of color #87E148: hue angle of 95.29º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #87E148 is Cyan = 0.4, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 135 | 225 | 72 | - |
| CMYK | 0.4 | 0 | 0.68 | 0.12 |
| HSL | 95.29º | 0.72% | 0.58% | - |
| HSV(B) | 95.29º | 0.68% | 0.88% | - |
| XYZ | 38.09 | 59.47 | 15.6 | - |
| YUV | 180.65 | 66.68 | 95.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 225 | 72 | 0.4 | 0 | 0.68 | 0.12 | 95.29 | 0.72 | 0.58 |
| Hex | 87 | E1 | 48 | 28 | 0 | 44 | C | 5F | 48 | 3A |
| Octal | 207 | 341 | 110 | 50 | 0 | 104 | 14 | 137 | 110 | 72 |
| Binary | 10000111 | 11100001 | 1001000 | 101000 | 0 | 1000100 | 1100 | 1011111 | 1001000 | 111010 |
Color Harmonies of #87E148
Complementary color
Monochromatic Colors of #87E148
Black with #87E148
Text Example
Text Example
White with #87E148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87E148; }
p { color: rgb(135,225,72); }
H1.HeaderClassName
{
color: #87E148;
}
.AnyTagClassName
{
color: #87E148;
}
</style>
background-color css
<style>
a { background-color: #87E148; }
a { background-color: rgb(135,225,72); }
div.DivClassName
{
background-color: #87E148;
}
.BgClassName
{
background-color: #87E148;
}
</style>
border-color css
<style>
span { border-color: #87E148; }
span { border-color: rgb(135,225,72); }
td.TdClassName
{
border-color: #87E148;
}
.TagClassName
{
border-color: #87E148;
}
</style>