Shades of Atlantis #98CE51
Tints of Atlantis #98CE51
RGB
CMYK
RGB Variations
Color information
#98CE51 (or 0x98CE51) is known color: Atlantis. HEX triplet: 98, CE and 51. RGB value is (152,206,81). Sum of RGB (Red+Green+Blue) = 152+206+81=439 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.62% from 439); Green value is 206 (80.86% from 255 or 46.92% from 439); Blue value is 81 (32.03% from 255 or 18.45% from 439); Max value from RGB is 206 - color contains mainly: green. Hex color #98CE51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98CE51 is #6731AE. Grayscale: #B0B0B0. Windows color (decimal): -6762927 or 5361304. OLE color: 5361304.
HSL color Cylindrical-coordinate representation of color #98CE51: hue angle of 85.92º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #98CE51 is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 152 | 206 | 81 | - |
| CMYK | 0.26 | 0 | 0.61 | 0.19 |
| HSL | 85.92º | 0.56% | 0.56% | - |
| HSV(B) | 85.92º | 0.61% | 0.81% | - |
| XYZ | 36.51 | 51.41 | 15.78 | - |
| YUV | 175.6 | 74.61 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 206 | 81 | 0.26 | 0 | 0.61 | 0.19 | 85.92 | 0.56 | 0.56 |
| Hex | 98 | CE | 51 | 1A | 0 | 3D | 13 | 56 | 38 | 38 |
| Octal | 230 | 316 | 121 | 32 | 0 | 75 | 23 | 126 | 70 | 70 |
| Binary | 10011000 | 11001110 | 1010001 | 11010 | 0 | 111101 | 10011 | 1010110 | 111000 | 111000 |
Color Harmonies of #98CE51
Complementary color
Monochromatic Colors of #98CE51
Black with #98CE51
Text Example
Text Example
White with #98CE51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98CE51; }
p { color: rgb(152,206,81); }
H1.HeaderClassName
{
color: #98CE51;
}
.AnyTagClassName
{
color: #98CE51;
}
</style>
background-color css
<style>
a { background-color: #98CE51; }
a { background-color: rgb(152,206,81); }
div.DivClassName
{
background-color: #98CE51;
}
.BgClassName
{
background-color: #98CE51;
}
</style>
border-color css
<style>
span { border-color: #98CE51; }
span { border-color: rgb(152,206,81); }
td.TdClassName
{
border-color: #98CE51;
}
.TagClassName
{
border-color: #98CE51;
}
</style>