Shades of Atlantis #9DD73B
Tints of Atlantis #9DD73B
RGB
CMYK
RGB Variations
Color information
#9DD73B (or 0x9DD73B) is known color: Atlantis. HEX triplet: 9D, D7 and 3B. RGB value is (157,215,59). Sum of RGB (Red+Green+Blue) = 157+215+59=431 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.43% from 431); Green value is 215 (84.38% from 255 or 49.88% from 431); Blue value is 59 (23.44% from 255 or 13.69% from 431); Max value from RGB is 215 - color contains mainly: green. Hex color #9DD73B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD73B is #6228C4. Grayscale: #B4B4B4. Windows color (decimal): -6432965 or 3921821. OLE color: 3921821.
HSL color Cylindrical-coordinate representation of color #9DD73B: hue angle of 82.31º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9DD73B is Cyan = 0.27, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 157 | 215 | 59 | - |
| CMYK | 0.27 | 0 | 0.73 | 0.16 |
| HSL | 82.31º | 0.66% | 0.54% | - |
| HSV(B) | 82.31º | 0.73% | 0.84% | - |
| XYZ | 38.99 | 56.08 | 12.91 | - |
| YUV | 179.87 | 59.78 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 215 | 59 | 0.27 | 0 | 0.73 | 0.16 | 82.31 | 0.66 | 0.54 |
| Hex | 9D | D7 | 3B | 1B | 0 | 49 | 10 | 52 | 42 | 36 |
| Octal | 235 | 327 | 73 | 33 | 0 | 111 | 20 | 122 | 102 | 66 |
| Binary | 10011101 | 11010111 | 111011 | 11011 | 0 | 1001001 | 10000 | 1010010 | 1000010 | 110110 |
Color Harmonies of #9DD73B
Complementary color
Monochromatic Colors of #9DD73B
Black with #9DD73B
Text Example
Text Example
White with #9DD73B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD73B; }
p { color: rgb(157,215,59); }
H1.HeaderClassName
{
color: #9DD73B;
}
.AnyTagClassName
{
color: #9DD73B;
}
</style>
background-color css
<style>
a { background-color: #9DD73B; }
a { background-color: rgb(157,215,59); }
div.DivClassName
{
background-color: #9DD73B;
}
.BgClassName
{
background-color: #9DD73B;
}
</style>
border-color css
<style>
span { border-color: #9DD73B; }
span { border-color: rgb(157,215,59); }
td.TdClassName
{
border-color: #9DD73B;
}
.TagClassName
{
border-color: #9DD73B;
}
</style>