Shades of Atlantis #98D33C
Tints of Atlantis #98D33C
RGB
CMYK
RGB Variations
Color information
#98D33C (or 0x98D33C) is known color: Atlantis. HEX triplet: 98, D3 and 3C. RGB value is (152,211,60). Sum of RGB (Red+Green+Blue) = 152+211+60=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 211 (82.81% from 255 or 49.88% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 211 - color contains mainly: green. Hex color #98D33C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D33C is #672CC3. Grayscale: #B0B0B0. Windows color (decimal): -6761668 or 3986328. OLE color: 3986328.
HSL color Cylindrical-coordinate representation of color #98D33C: hue angle of 83.44º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #98D33C is Cyan = 0.28, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 152 | 211 | 60 | - |
| CMYK | 0.28 | 0 | 0.72 | 0.17 |
| HSL | 83.44º | 0.63% | 0.53% | - |
| HSV(B) | 83.44º | 0.72% | 0.83% | - |
| XYZ | 37.06 | 53.59 | 12.67 | - |
| YUV | 176.15 | 62.45 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 211 | 60 | 0.28 | 0 | 0.72 | 0.17 | 83.44 | 0.63 | 0.53 |
| Hex | 98 | D3 | 3C | 1C | 0 | 48 | 11 | 53 | 3F | 35 |
| Octal | 230 | 323 | 74 | 34 | 0 | 110 | 21 | 123 | 77 | 65 |
| Binary | 10011000 | 11010011 | 111100 | 11100 | 0 | 1001000 | 10001 | 1010011 | 111111 | 110101 |
Color Harmonies of #98D33C
Complementary color
Monochromatic Colors of #98D33C
Black with #98D33C
Text Example
Text Example
White with #98D33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D33C; }
p { color: rgb(152,211,60); }
H1.HeaderClassName
{
color: #98D33C;
}
.AnyTagClassName
{
color: #98D33C;
}
</style>
background-color css
<style>
a { background-color: #98D33C; }
a { background-color: rgb(152,211,60); }
div.DivClassName
{
background-color: #98D33C;
}
.BgClassName
{
background-color: #98D33C;
}
</style>
border-color css
<style>
span { border-color: #98D33C; }
span { border-color: rgb(152,211,60); }
td.TdClassName
{
border-color: #98D33C;
}
.TagClassName
{
border-color: #98D33C;
}
</style>