Shades of Atlantis #98E535
Tints of Atlantis #98E535
RGB
CMYK
RGB Variations
Color information
#98E535 (or 0x98E535) is known color: Atlantis. HEX triplet: 98, E5 and 35. RGB value is (152,229,53). Sum of RGB (Red+Green+Blue) = 152+229+53=434 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.02% from 434); Green value is 229 (89.84% from 255 or 52.76% from 434); Blue value is 53 (21.09% from 255 or 12.21% from 434); Max value from RGB is 229 - color contains mainly: green. Hex color #98E535 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98E535 is #671ACA. Grayscale: #BABABA. Windows color (decimal): -6757067 or 3532184. OLE color: 3532184.
HSL color Cylindrical-coordinate representation of color #98E535: hue angle of 86.25º 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 #98E535 is Cyan = 0.34, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 152 | 229 | 53 | - |
| CMYK | 0.34 | 0 | 0.77 | 0.10 |
| HSL | 86.25º | 0.77% | 0.55% | - |
| HSV(B) | 86.25º | 0.77% | 0.9% | - |
| XYZ | 41.61 | 62.97 | 13.33 | - |
| YUV | 185.91 | 52.99 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 229 | 53 | 0.34 | 0 | 0.77 | 0.10 | 86.25 | 0.77 | 0.55 |
| Hex | 98 | E5 | 35 | 22 | 0 | 4D | A | 56 | 4D | 37 |
| Octal | 230 | 345 | 65 | 42 | 0 | 115 | 12 | 126 | 115 | 67 |
| Binary | 10011000 | 11100101 | 110101 | 100010 | 0 | 1001101 | 1010 | 1010110 | 1001101 | 110111 |
Color Harmonies of #98E535
Complementary color
Monochromatic Colors of #98E535
Black with #98E535
Text Example
Text Example
White with #98E535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E535; }
p { color: rgb(152,229,53); }
H1.HeaderClassName
{
color: #98E535;
}
.AnyTagClassName
{
color: #98E535;
}
</style>
background-color css
<style>
a { background-color: #98E535; }
a { background-color: rgb(152,229,53); }
div.DivClassName
{
background-color: #98E535;
}
.BgClassName
{
background-color: #98E535;
}
</style>
border-color css
<style>
span { border-color: #98E535; }
span { border-color: rgb(152,229,53); }
td.TdClassName
{
border-color: #98E535;
}
.TagClassName
{
border-color: #98E535;
}
</style>