Shades of Atlantis #98D953
Tints of Atlantis #98D953
RGB
CMYK
RGB Variations
Color information
#98D953 (or 0x98D953) is known color: Atlantis. HEX triplet: 98, D9 and 53. RGB value is (152,217,83). Sum of RGB (Red+Green+Blue) = 152+217+83=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 217 (85.16% from 255 or 48.01% from 452); Blue value is 83 (32.81% from 255 or 18.36% from 452); Max value from RGB is 217 - color contains mainly: green. Hex color #98D953 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D953 is #6726AC. Grayscale: #B6B6B6. Windows color (decimal): -6760109 or 5495192. OLE color: 5495192.
HSL color Cylindrical-coordinate representation of color #98D953: hue angle of 89.1º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #98D953 is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 217 | 83 | - |
| CMYK | 0.30 | 0 | 0.62 | 0.15 |
| HSL | 89.1º | 0.64% | 0.59% | - |
| HSV(B) | 89.1º | 0.62% | 0.85% | - |
| XYZ | 39.32 | 56.93 | 17.1 | - |
| YUV | 182.29 | 71.97 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 217 | 83 | 0.30 | 0 | 0.62 | 0.15 | 89.1 | 0.64 | 0.59 |
| Hex | 98 | D9 | 53 | 1E | 0 | 3E | F | 59 | 40 | 3B |
| Octal | 230 | 331 | 123 | 36 | 0 | 76 | 17 | 131 | 100 | 73 |
| Binary | 10011000 | 11011001 | 1010011 | 11110 | 0 | 111110 | 1111 | 1011001 | 1000000 | 111011 |
Color Harmonies of #98D953
Complementary color
Monochromatic Colors of #98D953
Black with #98D953
Text Example
Text Example
White with #98D953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D953; }
p { color: rgb(152,217,83); }
H1.HeaderClassName
{
color: #98D953;
}
.AnyTagClassName
{
color: #98D953;
}
</style>
background-color css
<style>
a { background-color: #98D953; }
a { background-color: rgb(152,217,83); }
div.DivClassName
{
background-color: #98D953;
}
.BgClassName
{
background-color: #98D953;
}
</style>
border-color css
<style>
span { border-color: #98D953; }
span { border-color: rgb(152,217,83); }
td.TdClassName
{
border-color: #98D953;
}
.TagClassName
{
border-color: #98D953;
}
</style>