Shades of Atlantis #98DF37
Tints of Atlantis #98DF37
RGB
CMYK
RGB Variations
Color information
#98DF37 (or 0x98DF37) is known color: Atlantis. HEX triplet: 98, DF and 37. RGB value is (152,223,55). Sum of RGB (Red+Green+Blue) = 152+223+55=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 223 (87.5% from 255 or 51.86% from 430); Blue value is 55 (21.88% from 255 or 12.79% from 430); Max value from RGB is 223 - color contains mainly: green. Hex color #98DF37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98DF37 is #6720C8. Grayscale: #B7B7B7. Windows color (decimal): -6758601 or 3661720. OLE color: 3661720.
HSL color Cylindrical-coordinate representation of color #98DF37: hue angle of 85.36º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #98DF37 is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 223 | 55 | - |
| CMYK | 0.32 | 0 | 0.75 | 0.13 |
| HSL | 85.36º | 0.72% | 0.55% | - |
| HSV(B) | 85.36º | 0.75% | 0.87% | - |
| XYZ | 40.03 | 59.73 | 13.03 | - |
| YUV | 182.62 | 55.98 | 106.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 223 | 55 | 0.32 | 0 | 0.75 | 0.13 | 85.36 | 0.72 | 0.55 |
| Hex | 98 | DF | 37 | 20 | 0 | 4B | D | 55 | 48 | 37 |
| Octal | 230 | 337 | 67 | 40 | 0 | 113 | 15 | 125 | 110 | 67 |
| Binary | 10011000 | 11011111 | 110111 | 100000 | 0 | 1001011 | 1101 | 1010101 | 1001000 | 110111 |
Color Harmonies of #98DF37
Complementary color
Monochromatic Colors of #98DF37
Black with #98DF37
Text Example
Text Example
White with #98DF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98DF37; }
p { color: rgb(152,223,55); }
H1.HeaderClassName
{
color: #98DF37;
}
.AnyTagClassName
{
color: #98DF37;
}
</style>
background-color css
<style>
a { background-color: #98DF37; }
a { background-color: rgb(152,223,55); }
div.DivClassName
{
background-color: #98DF37;
}
.BgClassName
{
background-color: #98DF37;
}
</style>
border-color css
<style>
span { border-color: #98DF37; }
span { border-color: rgb(152,223,55); }
td.TdClassName
{
border-color: #98DF37;
}
.TagClassName
{
border-color: #98DF37;
}
</style>