Shades of Atlantis #98DF32
Tints of Atlantis #98DF32
RGB
CMYK
RGB Variations
Color information
#98DF32 (or 0x98DF32) is known color: Atlantis. HEX triplet: 98, DF and 32. RGB value is (152,223,50). Sum of RGB (Red+Green+Blue) = 152+223+50=425 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.76% from 425); Green value is 223 (87.5% from 255 or 52.47% from 425); Blue value is 50 (19.92% from 255 or 11.76% from 425); Max value from RGB is 223 - color contains mainly: green. Hex color #98DF32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98DF32 is #6720CD. Grayscale: #B6B6B6. Windows color (decimal): -6758606 or 3334040. OLE color: 3334040.
HSL color Cylindrical-coordinate representation of color #98DF32: hue angle of 84.62º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #98DF32 is Cyan = 0.32, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 223 | 50 | - |
| CMYK | 0.32 | 0 | 0.78 | 0.13 |
| HSL | 84.62º | 0.73% | 0.54% | - |
| HSV(B) | 84.62º | 0.78% | 0.87% | - |
| XYZ | 39.91 | 59.68 | 12.43 | - |
| YUV | 182.05 | 53.48 | 106.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 223 | 50 | 0.32 | 0 | 0.78 | 0.13 | 84.62 | 0.73 | 0.54 |
| Hex | 98 | DF | 32 | 20 | 0 | 4E | D | 55 | 49 | 36 |
| Octal | 230 | 337 | 62 | 40 | 0 | 116 | 15 | 125 | 111 | 66 |
| Binary | 10011000 | 11011111 | 110010 | 100000 | 0 | 1001110 | 1101 | 1010101 | 1001001 | 110110 |
Color Harmonies of #98DF32
Complementary color
Monochromatic Colors of #98DF32
Black with #98DF32
Text Example
Text Example
White with #98DF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DF32; }
p { color: rgb(152,223,50); }
H1.HeaderClassName
{
color: #98DF32;
}
.AnyTagClassName
{
color: #98DF32;
}
</style>
background-color css
<style>
a { background-color: #98DF32; }
a { background-color: rgb(152,223,50); }
div.DivClassName
{
background-color: #98DF32;
}
.BgClassName
{
background-color: #98DF32;
}
</style>
border-color css
<style>
span { border-color: #98DF32; }
span { border-color: rgb(152,223,50); }
td.TdClassName
{
border-color: #98DF32;
}
.TagClassName
{
border-color: #98DF32;
}
</style>