Shades of Atlantis #98E534
Tints of Atlantis #98E534
RGB
CMYK
RGB Variations
Color information
#98E534 (or 0x98E534) is known color: Atlantis. HEX triplet: 98, E5 and 34. RGB value is (152,229,52). Sum of RGB (Red+Green+Blue) = 152+229+52=433 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.10% from 433); Green value is 229 (89.84% from 255 or 52.89% from 433); Blue value is 52 (20.70% from 255 or 12.01% from 433); Max value from RGB is 229 - color contains mainly: green. Hex color #98E534 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98E534 is #671ACB. Grayscale: #BABABA. Windows color (decimal): -6757068 or 3466648. OLE color: 3466648.
HSL color Cylindrical-coordinate representation of color #98E534: hue angle of 86.1º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #98E534 is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 152 | 229 | 52 | - |
| CMYK | 0.34 | 0 | 0.77 | 0.10 |
| HSL | 86.1º | 0.77% | 0.55% | - |
| HSV(B) | 86.1º | 0.77% | 0.9% | - |
| XYZ | 41.59 | 62.96 | 13.21 | - |
| YUV | 185.8 | 52.49 | 103.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 229 | 52 | 0.34 | 0 | 0.77 | 0.10 | 86.1 | 0.77 | 0.55 |
| Hex | 98 | E5 | 34 | 22 | 0 | 4D | A | 56 | 4D | 37 |
| Octal | 230 | 345 | 64 | 42 | 0 | 115 | 12 | 126 | 115 | 67 |
| Binary | 10011000 | 11100101 | 110100 | 100010 | 0 | 1001101 | 1010 | 1010110 | 1001101 | 110111 |
Color Harmonies of #98E534
Complementary color
Monochromatic Colors of #98E534
Black with #98E534
Text Example
Text Example
White with #98E534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E534; }
p { color: rgb(152,229,52); }
H1.HeaderClassName
{
color: #98E534;
}
.AnyTagClassName
{
color: #98E534;
}
</style>
background-color css
<style>
a { background-color: #98E534; }
a { background-color: rgb(152,229,52); }
div.DivClassName
{
background-color: #98E534;
}
.BgClassName
{
background-color: #98E534;
}
</style>
border-color css
<style>
span { border-color: #98E534; }
span { border-color: rgb(152,229,52); }
td.TdClassName
{
border-color: #98E534;
}
.TagClassName
{
border-color: #98E534;
}
</style>