Shades of Atlantis #98D340
Tints of Atlantis #98D340
RGB
CMYK
RGB Variations
Color information
#98D340 (or 0x98D340) is known color: Atlantis. HEX triplet: 98, D3 and 40. RGB value is (152,211,64). Sum of RGB (Red+Green+Blue) = 152+211+64=427 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.60% from 427); Green value is 211 (82.81% from 255 or 49.41% from 427); Blue value is 64 (25.39% from 255 or 14.99% from 427); Max value from RGB is 211 - color contains mainly: green. Hex color #98D340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D340 is #672CBF. Grayscale: #B1B1B1. Windows color (decimal): -6761664 or 4248472. OLE color: 4248472.
HSL color Cylindrical-coordinate representation of color #98D340: hue angle of 84.08º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #98D340 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 152 | 211 | 64 | - |
| CMYK | 0.28 | 0 | 0.70 | 0.17 |
| HSL | 84.08º | 0.63% | 0.54% | - |
| HSV(B) | 84.08º | 0.7% | 0.83% | - |
| XYZ | 37.17 | 53.63 | 13.24 | - |
| YUV | 176.6 | 64.45 | 110.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 211 | 64 | 0.28 | 0 | 0.70 | 0.17 | 84.08 | 0.63 | 0.54 |
| Hex | 98 | D3 | 40 | 1C | 0 | 46 | 11 | 54 | 3F | 36 |
| Octal | 230 | 323 | 100 | 34 | 0 | 106 | 21 | 124 | 77 | 66 |
| Binary | 10011000 | 11010011 | 1000000 | 11100 | 0 | 1000110 | 10001 | 1010100 | 111111 | 110110 |
Color Harmonies of #98D340
Complementary color
Monochromatic Colors of #98D340
Black with #98D340
Text Example
Text Example
White with #98D340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D340; }
p { color: rgb(152,211,64); }
H1.HeaderClassName
{
color: #98D340;
}
.AnyTagClassName
{
color: #98D340;
}
</style>
background-color css
<style>
a { background-color: #98D340; }
a { background-color: rgb(152,211,64); }
div.DivClassName
{
background-color: #98D340;
}
.BgClassName
{
background-color: #98D340;
}
</style>
border-color css
<style>
span { border-color: #98D340; }
span { border-color: rgb(152,211,64); }
td.TdClassName
{
border-color: #98D340;
}
.TagClassName
{
border-color: #98D340;
}
</style>