Shades of Atlantis #9DD33B
Tints of Atlantis #9DD33B
RGB
CMYK
RGB Variations
Color information
#9DD33B (or 0x9DD33B) is known color: Atlantis. HEX triplet: 9D, D3 and 3B. RGB value is (157,211,59). Sum of RGB (Red+Green+Blue) = 157+211+59=427 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.77% from 427); Green value is 211 (82.81% from 255 or 49.41% from 427); Blue value is 59 (23.44% from 255 or 13.82% from 427); Max value from RGB is 211 - color contains mainly: green. Hex color #9DD33B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD33B is #622CC4. Grayscale: #B2B2B2. Windows color (decimal): -6433989 or 3920797. OLE color: 3920797.
HSL color Cylindrical-coordinate representation of color #9DD33B: hue angle of 81.32º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9DD33B is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 157 | 211 | 59 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.17 |
| HSL | 81.32º | 0.63% | 0.53% | - |
| HSV(B) | 81.32º | 0.72% | 0.83% | - |
| XYZ | 37.99 | 54.07 | 12.57 | - |
| YUV | 177.53 | 61.11 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 211 | 59 | 0.26 | 0 | 0.72 | 0.17 | 81.32 | 0.63 | 0.53 |
| Hex | 9D | D3 | 3B | 1A | 0 | 48 | 11 | 51 | 3F | 35 |
| Octal | 235 | 323 | 73 | 32 | 0 | 110 | 21 | 121 | 77 | 65 |
| Binary | 10011101 | 11010011 | 111011 | 11010 | 0 | 1001000 | 10001 | 1010001 | 111111 | 110101 |
Color Harmonies of #9DD33B
Complementary color
Monochromatic Colors of #9DD33B
Black with #9DD33B
Text Example
Text Example
White with #9DD33B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD33B; }
p { color: rgb(157,211,59); }
H1.HeaderClassName
{
color: #9DD33B;
}
.AnyTagClassName
{
color: #9DD33B;
}
</style>
background-color css
<style>
a { background-color: #9DD33B; }
a { background-color: rgb(157,211,59); }
div.DivClassName
{
background-color: #9DD33B;
}
.BgClassName
{
background-color: #9DD33B;
}
</style>
border-color css
<style>
span { border-color: #9DD33B; }
span { border-color: rgb(157,211,59); }
td.TdClassName
{
border-color: #9DD33B;
}
.TagClassName
{
border-color: #9DD33B;
}
</style>