Shades of Atlantis #9DCD37
Tints of Atlantis #9DCD37
RGB
CMYK
RGB Variations
Color information
#9DCD37 (or 0x9DCD37) is known color: Atlantis. HEX triplet: 9D, CD and 37. RGB value is (157,205,55). Sum of RGB (Red+Green+Blue) = 157+205+55=417 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.65% from 417); Green value is 205 (80.47% from 255 or 49.16% from 417); Blue value is 55 (21.88% from 255 or 13.19% from 417); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DCD37 is #6232C8. Grayscale: #AEAEAE. Windows color (decimal): -6435529 or 3657117. OLE color: 3657117.
HSL color Cylindrical-coordinate representation of color #9DCD37: hue angle of 79.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9DCD37 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 205 | 55 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.20 |
| HSL | 79.2º | 0.6% | 0.51% | - |
| HSV(B) | 79.2º | 0.73% | 0.8% | - |
| XYZ | 36.43 | 51.11 | 11.56 | - |
| YUV | 173.55 | 61.1 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 205 | 55 | 0.23 | 0 | 0.73 | 0.20 | 79.2 | 0.6 | 0.51 |
| Hex | 9D | CD | 37 | 17 | 0 | 49 | 14 | 4F | 3C | 33 |
| Octal | 235 | 315 | 67 | 27 | 0 | 111 | 24 | 117 | 74 | 63 |
| Binary | 10011101 | 11001101 | 110111 | 10111 | 0 | 1001001 | 10100 | 1001111 | 111100 | 110011 |
Color Harmonies of #9DCD37
Complementary color
Monochromatic Colors of #9DCD37
Black with #9DCD37
Text Example
Text Example
White with #9DCD37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCD37; }
p { color: rgb(157,205,55); }
H1.HeaderClassName
{
color: #9DCD37;
}
.AnyTagClassName
{
color: #9DCD37;
}
</style>
background-color css
<style>
a { background-color: #9DCD37; }
a { background-color: rgb(157,205,55); }
div.DivClassName
{
background-color: #9DCD37;
}
.BgClassName
{
background-color: #9DCD37;
}
</style>
border-color css
<style>
span { border-color: #9DCD37; }
span { border-color: rgb(157,205,55); }
td.TdClassName
{
border-color: #9DCD37;
}
.TagClassName
{
border-color: #9DCD37;
}
</style>