Shades of Atlantis #98D951
Tints of Atlantis #98D951
RGB
CMYK
RGB Variations
Color information
#98D951 (or 0x98D951) is known color: Atlantis. HEX triplet: 98, D9 and 51. RGB value is (152,217,81). Sum of RGB (Red+Green+Blue) = 152+217+81=450 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.78% from 450); Green value is 217 (85.16% from 255 or 48.22% from 450); Blue value is 81 (32.03% from 255 or 18% from 450); Max value from RGB is 217 - color contains mainly: green. Hex color #98D951 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D951 is #6726AE. Grayscale: #B6B6B6. Windows color (decimal): -6760111 or 5364120. OLE color: 5364120.
HSL color Cylindrical-coordinate representation of color #98D951: hue angle of 88.68º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #98D951 is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 217 | 81 | - |
| CMYK | 0.30 | 0 | 0.63 | 0.15 |
| HSL | 88.68º | 0.64% | 0.58% | - |
| HSV(B) | 88.68º | 0.63% | 0.85% | - |
| XYZ | 39.25 | 56.9 | 16.7 | - |
| YUV | 182.06 | 70.97 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 217 | 81 | 0.30 | 0 | 0.63 | 0.15 | 88.68 | 0.64 | 0.58 |
| Hex | 98 | D9 | 51 | 1E | 0 | 3F | F | 59 | 40 | 3A |
| Octal | 230 | 331 | 121 | 36 | 0 | 77 | 17 | 131 | 100 | 72 |
| Binary | 10011000 | 11011001 | 1010001 | 11110 | 0 | 111111 | 1111 | 1011001 | 1000000 | 111010 |
Color Harmonies of #98D951
Complementary color
Monochromatic Colors of #98D951
Black with #98D951
Text Example
Text Example
White with #98D951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D951; }
p { color: rgb(152,217,81); }
H1.HeaderClassName
{
color: #98D951;
}
.AnyTagClassName
{
color: #98D951;
}
</style>
background-color css
<style>
a { background-color: #98D951; }
a { background-color: rgb(152,217,81); }
div.DivClassName
{
background-color: #98D951;
}
.BgClassName
{
background-color: #98D951;
}
</style>
border-color css
<style>
span { border-color: #98D951; }
span { border-color: rgb(152,217,81); }
td.TdClassName
{
border-color: #98D951;
}
.TagClassName
{
border-color: #98D951;
}
</style>