Shades of Atlantis #9DE333
Tints of Atlantis #9DE333
RGB
CMYK
RGB Variations
Color information
#9DE333 (or 0x9DE333) is known color: Atlantis. HEX triplet: 9D, E3 and 33. RGB value is (157,227,51). Sum of RGB (Red+Green+Blue) = 157+227+51=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 227 (89.06% from 255 or 52.18% from 435); Blue value is 51 (20.31% from 255 or 11.72% from 435); Max value from RGB is 227 - color contains mainly: green. Hex color #9DE333 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DE333 is #621CCC. Grayscale: #BABABA. Windows color (decimal): -6429901 or 3400605. OLE color: 3400605.
HSL color Cylindrical-coordinate representation of color #9DE333: hue angle of 83.86º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9DE333 is Cyan = 0.31, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 157 | 227 | 51 | - |
| CMYK | 0.31 | 0 | 0.78 | 0.11 |
| HSL | 83.86º | 0.76% | 0.55% | - |
| HSV(B) | 83.86º | 0.78% | 0.89% | - |
| XYZ | 41.97 | 62.35 | 12.95 | - |
| YUV | 186.01 | 51.81 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 227 | 51 | 0.31 | 0 | 0.78 | 0.11 | 83.86 | 0.76 | 0.55 |
| Hex | 9D | E3 | 33 | 1F | 0 | 4E | B | 54 | 4C | 37 |
| Octal | 235 | 343 | 63 | 37 | 0 | 116 | 13 | 124 | 114 | 67 |
| Binary | 10011101 | 11100011 | 110011 | 11111 | 0 | 1001110 | 1011 | 1010100 | 1001100 | 110111 |
Color Harmonies of #9DE333
Complementary color
Monochromatic Colors of #9DE333
Black with #9DE333
Text Example
Text Example
White with #9DE333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DE333; }
p { color: rgb(157,227,51); }
H1.HeaderClassName
{
color: #9DE333;
}
.AnyTagClassName
{
color: #9DE333;
}
</style>
background-color css
<style>
a { background-color: #9DE333; }
a { background-color: rgb(157,227,51); }
div.DivClassName
{
background-color: #9DE333;
}
.BgClassName
{
background-color: #9DE333;
}
</style>
border-color css
<style>
span { border-color: #9DE333; }
span { border-color: rgb(157,227,51); }
td.TdClassName
{
border-color: #9DE333;
}
.TagClassName
{
border-color: #9DE333;
}
</style>