Shades of Atlantis #98E539
Tints of Atlantis #98E539
RGB
CMYK
RGB Variations
Color information
#98E539 (or 0x98E539) is known color: Atlantis. HEX triplet: 98, E5 and 39. RGB value is (152,229,57). Sum of RGB (Red+Green+Blue) = 152+229+57=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 229 (89.84% from 255 or 52.28% from 438); Blue value is 57 (22.66% from 255 or 13.01% from 438); Max value from RGB is 229 - color contains mainly: green. Hex color #98E539 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98E539 is #671AC6. Grayscale: #BABABA. Windows color (decimal): -6757063 or 3794328. OLE color: 3794328.
HSL color Cylindrical-coordinate representation of color #98E539: hue angle of 86.86º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #98E539 is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 152 | 229 | 57 | - |
| CMYK | 0.34 | 0 | 0.75 | 0.10 |
| HSL | 86.86º | 0.77% | 0.56% | - |
| HSV(B) | 86.86º | 0.75% | 0.9% | - |
| XYZ | 41.71 | 63.01 | 13.83 | - |
| YUV | 186.37 | 54.99 | 103.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 229 | 57 | 0.34 | 0 | 0.75 | 0.10 | 86.86 | 0.77 | 0.56 |
| Hex | 98 | E5 | 39 | 22 | 0 | 4B | A | 57 | 4D | 38 |
| Octal | 230 | 345 | 71 | 42 | 0 | 113 | 12 | 127 | 115 | 70 |
| Binary | 10011000 | 11100101 | 111001 | 100010 | 0 | 1001011 | 1010 | 1010111 | 1001101 | 111000 |
Color Harmonies of #98E539
Complementary color
Monochromatic Colors of #98E539
Black with #98E539
Text Example
Text Example
White with #98E539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E539; }
p { color: rgb(152,229,57); }
H1.HeaderClassName
{
color: #98E539;
}
.AnyTagClassName
{
color: #98E539;
}
</style>
background-color css
<style>
a { background-color: #98E539; }
a { background-color: rgb(152,229,57); }
div.DivClassName
{
background-color: #98E539;
}
.BgClassName
{
background-color: #98E539;
}
</style>
border-color css
<style>
span { border-color: #98E539; }
span { border-color: rgb(152,229,57); }
td.TdClassName
{
border-color: #98E539;
}
.TagClassName
{
border-color: #98E539;
}
</style>