Shades of Atlantis #9DCD38
Tints of Atlantis #9DCD38
RGB
CMYK
RGB Variations
Color information
#9DCD38 (or 0x9DCD38) is known color: Atlantis. HEX triplet: 9D, CD and 38. RGB value is (157,205,56). Sum of RGB (Red+Green+Blue) = 157+205+56=418 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.56% from 418); Green value is 205 (80.47% from 255 or 49.04% from 418); Blue value is 56 (22.27% from 255 or 13.40% from 418); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DCD38 is #6232C7. Grayscale: #AEAEAE. Windows color (decimal): -6435528 or 3722653. OLE color: 3722653.
HSL color Cylindrical-coordinate representation of color #9DCD38: hue angle of 79.33º 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 #9DCD38 is Cyan = 0.23, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 205 | 56 | - |
| CMYK | 0.23 | 0 | 0.73 | 0.20 |
| HSL | 79.33º | 0.6% | 0.51% | - |
| HSV(B) | 79.33º | 0.73% | 0.8% | - |
| XYZ | 36.45 | 51.12 | 11.69 | - |
| YUV | 173.66 | 61.6 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 205 | 56 | 0.23 | 0 | 0.73 | 0.20 | 79.33 | 0.6 | 0.51 |
| Hex | 9D | CD | 38 | 17 | 0 | 49 | 14 | 4F | 3C | 33 |
| Octal | 235 | 315 | 70 | 27 | 0 | 111 | 24 | 117 | 74 | 63 |
| Binary | 10011101 | 11001101 | 111000 | 10111 | 0 | 1001001 | 10100 | 1001111 | 111100 | 110011 |
Color Harmonies of #9DCD38
Complementary color
Monochromatic Colors of #9DCD38
Black with #9DCD38
Text Example
Text Example
White with #9DCD38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCD38; }
p { color: rgb(157,205,56); }
H1.HeaderClassName
{
color: #9DCD38;
}
.AnyTagClassName
{
color: #9DCD38;
}
</style>
background-color css
<style>
a { background-color: #9DCD38; }
a { background-color: rgb(157,205,56); }
div.DivClassName
{
background-color: #9DCD38;
}
.BgClassName
{
background-color: #9DCD38;
}
</style>
border-color css
<style>
span { border-color: #9DCD38; }
span { border-color: rgb(157,205,56); }
td.TdClassName
{
border-color: #9DCD38;
}
.TagClassName
{
border-color: #9DCD38;
}
</style>