Shades of Atlantis #9DD935
Tints of Atlantis #9DD935
RGB
CMYK
RGB Variations
Color information
#9DD935 (or 0x9DD935) is known color: Atlantis. HEX triplet: 9D, D9 and 35. RGB value is (157,217,53). Sum of RGB (Red+Green+Blue) = 157+217+53=427 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.77% from 427); Green value is 217 (85.16% from 255 or 50.82% from 427); Blue value is 53 (21.09% from 255 or 12.41% from 427); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD935 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD935 is #6226CA. Grayscale: #B4B4B4. Windows color (decimal): -6432459 or 3529117. OLE color: 3529117.
HSL color Cylindrical-coordinate representation of color #9DD935: hue angle of 81.95º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9DD935 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 217 | 53 | - |
| CMYK | 0.28 | 0 | 0.76 | 0.15 |
| HSL | 81.95º | 0.68% | 0.53% | - |
| HSV(B) | 81.95º | 0.76% | 0.85% | - |
| XYZ | 39.36 | 57.05 | 12.31 | - |
| YUV | 180.36 | 56.12 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 217 | 53 | 0.28 | 0 | 0.76 | 0.15 | 81.95 | 0.68 | 0.53 |
| Hex | 9D | D9 | 35 | 1C | 0 | 4C | F | 52 | 44 | 35 |
| Octal | 235 | 331 | 65 | 34 | 0 | 114 | 17 | 122 | 104 | 65 |
| Binary | 10011101 | 11011001 | 110101 | 11100 | 0 | 1001100 | 1111 | 1010010 | 1000100 | 110101 |
Color Harmonies of #9DD935
Complementary color
Monochromatic Colors of #9DD935
Black with #9DD935
Text Example
Text Example
White with #9DD935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD935; }
p { color: rgb(157,217,53); }
H1.HeaderClassName
{
color: #9DD935;
}
.AnyTagClassName
{
color: #9DD935;
}
</style>
background-color css
<style>
a { background-color: #9DD935; }
a { background-color: rgb(157,217,53); }
div.DivClassName
{
background-color: #9DD935;
}
.BgClassName
{
background-color: #9DD935;
}
</style>
border-color css
<style>
span { border-color: #9DD935; }
span { border-color: rgb(157,217,53); }
td.TdClassName
{
border-color: #9DD935;
}
.TagClassName
{
border-color: #9DD935;
}
</style>