Shades of Atlantis #98D637
Tints of Atlantis #98D637
RGB
CMYK
RGB Variations
Color information
#98D637 (or 0x98D637) is known color: Atlantis. HEX triplet: 98, D6 and 37. RGB value is (152,214,55). Sum of RGB (Red+Green+Blue) = 152+214+55=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 214 (83.98% from 255 or 50.83% from 421); Blue value is 55 (21.88% from 255 or 13.06% from 421); Max value from RGB is 214 - color contains mainly: green. Hex color #98D637 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #98D637 is #6729C8. Grayscale: #B1B1B1. Windows color (decimal): -6760905 or 3659416. OLE color: 3659416.
HSL color Cylindrical-coordinate representation of color #98D637: hue angle of 83.4º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #98D637 is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 152 | 214 | 55 | - |
| CMYK | 0.29 | 0 | 0.74 | 0.16 |
| HSL | 83.4º | 0.66% | 0.53% | - |
| HSV(B) | 83.4º | 0.74% | 0.84% | - |
| XYZ | 37.69 | 55.04 | 12.25 | - |
| YUV | 177.34 | 58.96 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 214 | 55 | 0.29 | 0 | 0.74 | 0.16 | 83.4 | 0.66 | 0.53 |
| Hex | 98 | D6 | 37 | 1D | 0 | 4A | 10 | 53 | 42 | 35 |
| Octal | 230 | 326 | 67 | 35 | 0 | 112 | 20 | 123 | 102 | 65 |
| Binary | 10011000 | 11010110 | 110111 | 11101 | 0 | 1001010 | 10000 | 1010011 | 1000010 | 110101 |
Color Harmonies of #98D637
Complementary color
Monochromatic Colors of #98D637
Black with #98D637
Text Example
Text Example
White with #98D637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98D637; }
p { color: rgb(152,214,55); }
H1.HeaderClassName
{
color: #98D637;
}
.AnyTagClassName
{
color: #98D637;
}
</style>
background-color css
<style>
a { background-color: #98D637; }
a { background-color: rgb(152,214,55); }
div.DivClassName
{
background-color: #98D637;
}
.BgClassName
{
background-color: #98D637;
}
</style>
border-color css
<style>
span { border-color: #98D637; }
span { border-color: rgb(152,214,55); }
td.TdClassName
{
border-color: #98D637;
}
.TagClassName
{
border-color: #98D637;
}
</style>