Shades of Atlantis #98CE55
Tints of Atlantis #98CE55
RGB
CMYK
RGB Variations
Color information
#98CE55 (or 0x98CE55) is known color: Atlantis. HEX triplet: 98, CE and 55. RGB value is (152,206,85). Sum of RGB (Red+Green+Blue) = 152+206+85=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 85 (33.59% from 255 or 19.19% from 443); Max value from RGB is 206 - color contains mainly: green. Hex color #98CE55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CE55 is #6731AA. Grayscale: #B0B0B0. Windows color (decimal): -6762923 or 5623448. OLE color: 5623448.
HSL color Cylindrical-coordinate representation of color #98CE55: hue angle of 86.78º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #98CE55 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 206 | 85 | - |
| CMYK | 0.26 | 0 | 0.59 | 0.19 |
| HSL | 86.78º | 0.55% | 0.57% | - |
| HSV(B) | 86.78º | 0.59% | 0.81% | - |
| XYZ | 36.66 | 51.47 | 16.6 | - |
| YUV | 176.06 | 76.61 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 206 | 85 | 0.26 | 0 | 0.59 | 0.19 | 86.78 | 0.55 | 0.57 |
| Hex | 98 | CE | 55 | 1A | 0 | 3B | 13 | 57 | 37 | 39 |
| Octal | 230 | 316 | 125 | 32 | 0 | 73 | 23 | 127 | 67 | 71 |
| Binary | 10011000 | 11001110 | 1010101 | 11010 | 0 | 111011 | 10011 | 1010111 | 110111 | 111001 |
Color Harmonies of #98CE55
Complementary color
Monochromatic Colors of #98CE55
Black with #98CE55
Text Example
Text Example
White with #98CE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CE55; }
p { color: rgb(152,206,85); }
H1.HeaderClassName
{
color: #98CE55;
}
.AnyTagClassName
{
color: #98CE55;
}
</style>
background-color css
<style>
a { background-color: #98CE55; }
a { background-color: rgb(152,206,85); }
div.DivClassName
{
background-color: #98CE55;
}
.BgClassName
{
background-color: #98CE55;
}
</style>
border-color css
<style>
span { border-color: #98CE55; }
span { border-color: rgb(152,206,85); }
td.TdClassName
{
border-color: #98CE55;
}
.TagClassName
{
border-color: #98CE55;
}
</style>