Shades of Atlantis #98CE58
Tints of Atlantis #98CE58
RGB
CMYK
RGB Variations
Color information
#98CE58 (or 0x98CE58) is known color: Atlantis. HEX triplet: 98, CE and 58. RGB value is (152,206,88). Sum of RGB (Red+Green+Blue) = 152+206+88=446 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.08% from 446); Green value is 206 (80.86% from 255 or 46.19% from 446); Blue value is 88 (34.77% from 255 or 19.73% from 446); Max value from RGB is 206 - color contains mainly: green. Hex color #98CE58 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CE58 is #6731A7. Grayscale: #B0B0B0. Windows color (decimal): -6762920 or 5820056. OLE color: 5820056.
HSL color Cylindrical-coordinate representation of color #98CE58: hue angle of 87.46º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #98CE58 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 206 | 88 | - |
| CMYK | 0.26 | 0 | 0.57 | 0.19 |
| HSL | 87.46º | 0.55% | 0.58% | - |
| HSV(B) | 87.46º | 0.57% | 0.81% | - |
| XYZ | 36.78 | 51.52 | 17.24 | - |
| YUV | 176.4 | 78.11 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 206 | 88 | 0.26 | 0 | 0.57 | 0.19 | 87.46 | 0.55 | 0.58 |
| Hex | 98 | CE | 58 | 1A | 0 | 39 | 13 | 57 | 37 | 3A |
| Octal | 230 | 316 | 130 | 32 | 0 | 71 | 23 | 127 | 67 | 72 |
| Binary | 10011000 | 11001110 | 1011000 | 11010 | 0 | 111001 | 10011 | 1010111 | 110111 | 111010 |
Color Harmonies of #98CE58
Complementary color
Monochromatic Colors of #98CE58
Black with #98CE58
Text Example
Text Example
White with #98CE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CE58; }
p { color: rgb(152,206,88); }
H1.HeaderClassName
{
color: #98CE58;
}
.AnyTagClassName
{
color: #98CE58;
}
</style>
background-color css
<style>
a { background-color: #98CE58; }
a { background-color: rgb(152,206,88); }
div.DivClassName
{
background-color: #98CE58;
}
.BgClassName
{
background-color: #98CE58;
}
</style>
border-color css
<style>
span { border-color: #98CE58; }
span { border-color: rgb(152,206,88); }
td.TdClassName
{
border-color: #98CE58;
}
.TagClassName
{
border-color: #98CE58;
}
</style>