Shades of Atlantis #98DF31
Tints of Atlantis #98DF31
RGB
CMYK
RGB Variations
Color information
#98DF31 (or 0x98DF31) is known color: Atlantis. HEX triplet: 98, DF and 31. RGB value is (152,223,49). Sum of RGB (Red+Green+Blue) = 152+223+49=424 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.85% from 424); Green value is 223 (87.5% from 255 or 52.59% from 424); Blue value is 49 (19.53% from 255 or 11.56% from 424); Max value from RGB is 223 - color contains mainly: green. Hex color #98DF31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98DF31 is #6720CE. Grayscale: #B6B6B6. Windows color (decimal): -6758607 or 3268504. OLE color: 3268504.
HSL color Cylindrical-coordinate representation of color #98DF31: hue angle of 84.48º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #98DF31 is Cyan = 0.32, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 223 | 49 | - |
| CMYK | 0.32 | 0 | 0.78 | 0.13 |
| HSL | 84.48º | 0.73% | 0.53% | - |
| HSV(B) | 84.48º | 0.78% | 0.87% | - |
| XYZ | 39.89 | 59.67 | 12.32 | - |
| YUV | 181.94 | 52.98 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 223 | 49 | 0.32 | 0 | 0.78 | 0.13 | 84.48 | 0.73 | 0.53 |
| Hex | 98 | DF | 31 | 20 | 0 | 4E | D | 54 | 49 | 35 |
| Octal | 230 | 337 | 61 | 40 | 0 | 116 | 15 | 124 | 111 | 65 |
| Binary | 10011000 | 11011111 | 110001 | 100000 | 0 | 1001110 | 1101 | 1010100 | 1001001 | 110101 |
Color Harmonies of #98DF31
Complementary color
Monochromatic Colors of #98DF31
Black with #98DF31
Text Example
Text Example
White with #98DF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DF31; }
p { color: rgb(152,223,49); }
H1.HeaderClassName
{
color: #98DF31;
}
.AnyTagClassName
{
color: #98DF31;
}
</style>
background-color css
<style>
a { background-color: #98DF31; }
a { background-color: rgb(152,223,49); }
div.DivClassName
{
background-color: #98DF31;
}
.BgClassName
{
background-color: #98DF31;
}
</style>
border-color css
<style>
span { border-color: #98DF31; }
span { border-color: rgb(152,223,49); }
td.TdClassName
{
border-color: #98DF31;
}
.TagClassName
{
border-color: #98DF31;
}
</style>