Shades of Atlantis #9DD350
Tints of Atlantis #9DD350
RGB
CMYK
RGB Variations
Color information
#9DD350 (or 0x9DD350) is known color: Atlantis. HEX triplet: 9D, D3 and 50. RGB value is (157,211,80). Sum of RGB (Red+Green+Blue) = 157+211+80=448 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.04% from 448); Green value is 211 (82.81% from 255 or 47.10% from 448); Blue value is 80 (31.64% from 255 or 17.86% from 448); Max value from RGB is 211 - color contains mainly: green. Hex color #9DD350 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD350 is #622CAF. Grayscale: #B4B4B4. Windows color (decimal): -6433968 or 5297053. OLE color: 5297053.
HSL color Cylindrical-coordinate representation of color #9DD350: hue angle of 84.73º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9DD350 is Cyan = 0.26, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 157 | 211 | 80 | - |
| CMYK | 0.26 | 0 | 0.62 | 0.17 |
| HSL | 84.73º | 0.6% | 0.57% | - |
| HSV(B) | 84.73º | 0.62% | 0.83% | - |
| XYZ | 38.65 | 54.34 | 16.04 | - |
| YUV | 179.92 | 71.61 | 111.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 211 | 80 | 0.26 | 0 | 0.62 | 0.17 | 84.73 | 0.6 | 0.57 |
| Hex | 9D | D3 | 50 | 1A | 0 | 3E | 11 | 55 | 3C | 39 |
| Octal | 235 | 323 | 120 | 32 | 0 | 76 | 21 | 125 | 74 | 71 |
| Binary | 10011101 | 11010011 | 1010000 | 11010 | 0 | 111110 | 10001 | 1010101 | 111100 | 111001 |
Color Harmonies of #9DD350
Complementary color
Monochromatic Colors of #9DD350
Black with #9DD350
Text Example
Text Example
White with #9DD350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD350; }
p { color: rgb(157,211,80); }
H1.HeaderClassName
{
color: #9DD350;
}
.AnyTagClassName
{
color: #9DD350;
}
</style>
background-color css
<style>
a { background-color: #9DD350; }
a { background-color: rgb(157,211,80); }
div.DivClassName
{
background-color: #9DD350;
}
.BgClassName
{
background-color: #9DD350;
}
</style>
border-color css
<style>
span { border-color: #9DD350; }
span { border-color: rgb(157,211,80); }
td.TdClassName
{
border-color: #9DD350;
}
.TagClassName
{
border-color: #9DD350;
}
</style>