Shades of Atlantis #9DE033
Tints of Atlantis #9DE033
RGB
CMYK
RGB Variations
Color information
#9DE033 (or 0x9DE033) is known color: Atlantis. HEX triplet: 9D, E0 and 33. RGB value is (157,224,51). Sum of RGB (Red+Green+Blue) = 157+224+51=432 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.34% from 432); Green value is 224 (87.89% from 255 or 51.85% from 432); Blue value is 51 (20.31% from 255 or 11.81% from 432); Max value from RGB is 224 - color contains mainly: green. Hex color #9DE033 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DE033 is #621FCC. Grayscale: #B8B8B8. Windows color (decimal): -6430669 or 3399837. OLE color: 3399837.
HSL color Cylindrical-coordinate representation of color #9DE033: hue angle of 83.24º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9DE033 is Cyan = 0.30, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 157 | 224 | 51 | - |
| CMYK | 0.30 | 0 | 0.77 | 0.12 |
| HSL | 83.24º | 0.74% | 0.54% | - |
| HSV(B) | 83.24º | 0.77% | 0.88% | - |
| XYZ | 41.16 | 60.72 | 12.68 | - |
| YUV | 184.25 | 52.8 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 224 | 51 | 0.30 | 0 | 0.77 | 0.12 | 83.24 | 0.74 | 0.54 |
| Hex | 9D | E0 | 33 | 1E | 0 | 4D | C | 53 | 4A | 36 |
| Octal | 235 | 340 | 63 | 36 | 0 | 115 | 14 | 123 | 112 | 66 |
| Binary | 10011101 | 11100000 | 110011 | 11110 | 0 | 1001101 | 1100 | 1010011 | 1001010 | 110110 |
Color Harmonies of #9DE033
Complementary color
Monochromatic Colors of #9DE033
Black with #9DE033
Text Example
Text Example
White with #9DE033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE033; }
p { color: rgb(157,224,51); }
H1.HeaderClassName
{
color: #9DE033;
}
.AnyTagClassName
{
color: #9DE033;
}
</style>
background-color css
<style>
a { background-color: #9DE033; }
a { background-color: rgb(157,224,51); }
div.DivClassName
{
background-color: #9DE033;
}
.BgClassName
{
background-color: #9DE033;
}
</style>
border-color css
<style>
span { border-color: #9DE033; }
span { border-color: rgb(157,224,51); }
td.TdClassName
{
border-color: #9DE033;
}
.TagClassName
{
border-color: #9DE033;
}
</style>