Shades of Atlantis #9DCD50
Tints of Atlantis #9DCD50
RGB
CMYK
RGB Variations
Color information
#9DCD50 (or 0x9DCD50) is known color: Atlantis. HEX triplet: 9D, CD and 50. RGB value is (157,205,80). Sum of RGB (Red+Green+Blue) = 157+205+80=442 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.52% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 80 (31.64% from 255 or 18.10% from 442); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCD50 is #6232AF. Grayscale: #B0B0B0. Windows color (decimal): -6435504 or 5295517. OLE color: 5295517.
HSL color Cylindrical-coordinate representation of color #9DCD50: hue angle of 83.04º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9DCD50 is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 205 | 80 | - |
| CMYK | 0.23 | 0 | 0.61 | 0.20 |
| HSL | 83.04º | 0.56% | 0.56% | - |
| HSV(B) | 83.04º | 0.61% | 0.8% | - |
| XYZ | 37.18 | 51.41 | 15.55 | - |
| YUV | 176.4 | 73.6 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 205 | 80 | 0.23 | 0 | 0.61 | 0.20 | 83.04 | 0.56 | 0.56 |
| Hex | 9D | CD | 50 | 17 | 0 | 3D | 14 | 53 | 38 | 38 |
| Octal | 235 | 315 | 120 | 27 | 0 | 75 | 24 | 123 | 70 | 70 |
| Binary | 10011101 | 11001101 | 1010000 | 10111 | 0 | 111101 | 10100 | 1010011 | 111000 | 111000 |
Color Harmonies of #9DCD50
Complementary color
Monochromatic Colors of #9DCD50
Black with #9DCD50
Text Example
Text Example
White with #9DCD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCD50; }
p { color: rgb(157,205,80); }
H1.HeaderClassName
{
color: #9DCD50;
}
.AnyTagClassName
{
color: #9DCD50;
}
</style>
background-color css
<style>
a { background-color: #9DCD50; }
a { background-color: rgb(157,205,80); }
div.DivClassName
{
background-color: #9DCD50;
}
.BgClassName
{
background-color: #9DCD50;
}
</style>
border-color css
<style>
span { border-color: #9DCD50; }
span { border-color: rgb(157,205,80); }
td.TdClassName
{
border-color: #9DCD50;
}
.TagClassName
{
border-color: #9DCD50;
}
</style>