Shades of Atlantis #98DB33
Tints of Atlantis #98DB33
RGB
CMYK
RGB Variations
Color information
#98DB33 (or 0x98DB33) is known color: Atlantis. HEX triplet: 98, DB and 33. RGB value is (152,219,51). Sum of RGB (Red+Green+Blue) = 152+219+51=422 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.02% from 422); Green value is 219 (85.94% from 255 or 51.90% from 422); Blue value is 51 (20.31% from 255 or 12.09% from 422); Max value from RGB is 219 - color contains mainly: green. Hex color #98DB33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98DB33 is #6724CC. Grayscale: #B4B4B4. Windows color (decimal): -6759629 or 3398552. OLE color: 3398552.
HSL color Cylindrical-coordinate representation of color #98DB33: hue angle of 83.93º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #98DB33 is Cyan = 0.31, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 219 | 51 | - |
| CMYK | 0.31 | 0 | 0.77 | 0.14 |
| HSL | 83.93º | 0.7% | 0.53% | - |
| HSV(B) | 83.93º | 0.77% | 0.86% | - |
| XYZ | 38.88 | 57.58 | 12.2 | - |
| YUV | 179.82 | 55.3 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 219 | 51 | 0.31 | 0 | 0.77 | 0.14 | 83.93 | 0.7 | 0.53 |
| Hex | 98 | DB | 33 | 1F | 0 | 4D | E | 54 | 46 | 35 |
| Octal | 230 | 333 | 63 | 37 | 0 | 115 | 16 | 124 | 106 | 65 |
| Binary | 10011000 | 11011011 | 110011 | 11111 | 0 | 1001101 | 1110 | 1010100 | 1000110 | 110101 |
Color Harmonies of #98DB33
Complementary color
Monochromatic Colors of #98DB33
Black with #98DB33
Text Example
Text Example
White with #98DB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DB33; }
p { color: rgb(152,219,51); }
H1.HeaderClassName
{
color: #98DB33;
}
.AnyTagClassName
{
color: #98DB33;
}
</style>
background-color css
<style>
a { background-color: #98DB33; }
a { background-color: rgb(152,219,51); }
div.DivClassName
{
background-color: #98DB33;
}
.BgClassName
{
background-color: #98DB33;
}
</style>
border-color css
<style>
span { border-color: #98DB33; }
span { border-color: rgb(152,219,51); }
td.TdClassName
{
border-color: #98DB33;
}
.TagClassName
{
border-color: #98DB33;
}
</style>