Shades of Atlantis #98D93F
Tints of Atlantis #98D93F
RGB
CMYK
RGB Variations
Color information
#98D93F (or 0x98D93F) is known color: Atlantis. HEX triplet: 98, D9 and 3F. RGB value is (152,217,63). Sum of RGB (Red+Green+Blue) = 152+217+63=432 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.19% from 432); Green value is 217 (85.16% from 255 or 50.23% from 432); Blue value is 63 (25% from 255 or 14.58% from 432); Max value from RGB is 217 - color contains mainly: green. Hex color #98D93F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D93F is #6726C0. Grayscale: #B4B4B4. Windows color (decimal): -6760129 or 4184472. OLE color: 4184472.
HSL color Cylindrical-coordinate representation of color #98D93F: hue angle of 85.32º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #98D93F is Cyan = 0.30, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 217 | 63 | - |
| CMYK | 0.30 | 0 | 0.71 | 0.15 |
| HSL | 85.32º | 0.67% | 0.55% | - |
| HSV(B) | 85.32º | 0.71% | 0.85% | - |
| XYZ | 38.66 | 56.66 | 13.6 | - |
| YUV | 180.01 | 61.97 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 217 | 63 | 0.30 | 0 | 0.71 | 0.15 | 85.32 | 0.67 | 0.55 |
| Hex | 98 | D9 | 3F | 1E | 0 | 47 | F | 55 | 43 | 37 |
| Octal | 230 | 331 | 77 | 36 | 0 | 107 | 17 | 125 | 103 | 67 |
| Binary | 10011000 | 11011001 | 111111 | 11110 | 0 | 1000111 | 1111 | 1010101 | 1000011 | 110111 |
Color Harmonies of #98D93F
Complementary color
Monochromatic Colors of #98D93F
Black with #98D93F
Text Example
Text Example
White with #98D93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D93F; }
p { color: rgb(152,217,63); }
H1.HeaderClassName
{
color: #98D93F;
}
.AnyTagClassName
{
color: #98D93F;
}
</style>
background-color css
<style>
a { background-color: #98D93F; }
a { background-color: rgb(152,217,63); }
div.DivClassName
{
background-color: #98D93F;
}
.BgClassName
{
background-color: #98D93F;
}
</style>
border-color css
<style>
span { border-color: #98D93F; }
span { border-color: rgb(152,217,63); }
td.TdClassName
{
border-color: #98D93F;
}
.TagClassName
{
border-color: #98D93F;
}
</style>