Shades of Atlantis #98CE56
Tints of Atlantis #98CE56
RGB
CMYK
RGB Variations
Color information
#98CE56 (or 0x98CE56) is known color: Atlantis. HEX triplet: 98, CE and 56. RGB value is (152,206,86). Sum of RGB (Red+Green+Blue) = 152+206+86=444 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.23% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 86 (33.98% from 255 or 19.37% from 444); Max value from RGB is 206 - color contains mainly: green. Hex color #98CE56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CE56 is #6731A9. Grayscale: #B0B0B0. Windows color (decimal): -6762922 or 5688984. OLE color: 5688984.
HSL color Cylindrical-coordinate representation of color #98CE56: hue angle of 87º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #98CE56 is Cyan = 0.26, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 206 | 86 | - |
| CMYK | 0.26 | 0 | 0.58 | 0.19 |
| HSL | 87º | 0.55% | 0.57% | - |
| HSV(B) | 87º | 0.58% | 0.81% | - |
| XYZ | 36.7 | 51.49 | 16.81 | - |
| YUV | 176.17 | 77.11 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 206 | 86 | 0.26 | 0 | 0.58 | 0.19 | 87 | 0.55 | 0.57 |
| Hex | 98 | CE | 56 | 1A | 0 | 3A | 13 | 57 | 37 | 39 |
| Octal | 230 | 316 | 126 | 32 | 0 | 72 | 23 | 127 | 67 | 71 |
| Binary | 10011000 | 11001110 | 1010110 | 11010 | 0 | 111010 | 10011 | 1010111 | 110111 | 111001 |
Color Harmonies of #98CE56
Complementary color
Monochromatic Colors of #98CE56
Black with #98CE56
Text Example
Text Example
White with #98CE56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CE56; }
p { color: rgb(152,206,86); }
H1.HeaderClassName
{
color: #98CE56;
}
.AnyTagClassName
{
color: #98CE56;
}
</style>
background-color css
<style>
a { background-color: #98CE56; }
a { background-color: rgb(152,206,86); }
div.DivClassName
{
background-color: #98CE56;
}
.BgClassName
{
background-color: #98CE56;
}
</style>
border-color css
<style>
span { border-color: #98CE56; }
span { border-color: rgb(152,206,86); }
td.TdClassName
{
border-color: #98CE56;
}
.TagClassName
{
border-color: #98CE56;
}
</style>