Shades of Atlantis #98E44D
Tints of Atlantis #98E44D
RGB
CMYK
RGB Variations
Color information
#98E44D (or 0x98E44D) is known color: Atlantis. HEX triplet: 98, E4 and 4D. RGB value is (152,228,77). Sum of RGB (Red+Green+Blue) = 152+228+77=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 228 (89.45% from 255 or 49.89% from 457); Blue value is 77 (30.47% from 255 or 16.85% from 457); Max value from RGB is 228 - color contains mainly: green. Hex color #98E44D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98E44D is #671BB2. Grayscale: #BCBCBC. Windows color (decimal): -6757299 or 5104792. OLE color: 5104792.
HSL color Cylindrical-coordinate representation of color #98E44D: hue angle of 90.2º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #98E44D is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 152 | 228 | 77 | - |
| CMYK | 0.33 | 0 | 0.66 | 0.11 |
| HSL | 90.2º | 0.74% | 0.6% | - |
| HSV(B) | 90.2º | 0.66% | 0.89% | - |
| XYZ | 42.03 | 62.7 | 16.91 | - |
| YUV | 188.06 | 65.32 | 102.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 228 | 77 | 0.33 | 0 | 0.66 | 0.11 | 90.2 | 0.74 | 0.6 |
| Hex | 98 | E4 | 4D | 21 | 0 | 42 | B | 5A | 4A | 3C |
| Octal | 230 | 344 | 115 | 41 | 0 | 102 | 13 | 132 | 112 | 74 |
| Binary | 10011000 | 11100100 | 1001101 | 100001 | 0 | 1000010 | 1011 | 1011010 | 1001010 | 111100 |
Color Harmonies of #98E44D
Complementary color
Monochromatic Colors of #98E44D
Black with #98E44D
Text Example
Text Example
White with #98E44D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E44D; }
p { color: rgb(152,228,77); }
H1.HeaderClassName
{
color: #98E44D;
}
.AnyTagClassName
{
color: #98E44D;
}
</style>
background-color css
<style>
a { background-color: #98E44D; }
a { background-color: rgb(152,228,77); }
div.DivClassName
{
background-color: #98E44D;
}
.BgClassName
{
background-color: #98E44D;
}
</style>
border-color css
<style>
span { border-color: #98E44D; }
span { border-color: rgb(152,228,77); }
td.TdClassName
{
border-color: #98E44D;
}
.TagClassName
{
border-color: #98E44D;
}
</style>