Shades of Atlantis #9DCB4D
Tints of Atlantis #9DCB4D
RGB
CMYK
RGB Variations
Color information
#9DCB4D (or 0x9DCB4D) is known color: Atlantis. HEX triplet: 9D, CB and 4D. RGB value is (157,203,77). Sum of RGB (Red+Green+Blue) = 157+203+77=437 (57% of max value = 765). Red value is 157 (61.72% from 255 or 35.93% from 437); Green value is 203 (79.69% from 255 or 46.45% from 437); Blue value is 77 (30.47% from 255 or 17.62% from 437); Max value from RGB is 203 - color contains mainly: green. Hex color #9DCB4D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCB4D is #6234B2. Grayscale: #AFAFAF. Windows color (decimal): -6436019 or 5098397. OLE color: 5098397.
HSL color Cylindrical-coordinate representation of color #9DCB4D: hue angle of 81.9º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9DCB4D is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 203 | 77 | - |
| CMYK | 0.23 | 0 | 0.62 | 0.20 |
| HSL | 81.9º | 0.55% | 0.55% | - |
| HSV(B) | 81.9º | 0.62% | 0.8% | - |
| XYZ | 36.6 | 50.42 | 14.82 | - |
| YUV | 174.88 | 72.76 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 203 | 77 | 0.23 | 0 | 0.62 | 0.20 | 81.9 | 0.55 | 0.55 |
| Hex | 9D | CB | 4D | 17 | 0 | 3E | 14 | 52 | 37 | 37 |
| Octal | 235 | 313 | 115 | 27 | 0 | 76 | 24 | 122 | 67 | 67 |
| Binary | 10011101 | 11001011 | 1001101 | 10111 | 0 | 111110 | 10100 | 1010010 | 110111 | 110111 |
Color Harmonies of #9DCB4D
Complementary color
Monochromatic Colors of #9DCB4D
Black with #9DCB4D
Text Example
Text Example
White with #9DCB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCB4D; }
p { color: rgb(157,203,77); }
H1.HeaderClassName
{
color: #9DCB4D;
}
.AnyTagClassName
{
color: #9DCB4D;
}
</style>
background-color css
<style>
a { background-color: #9DCB4D; }
a { background-color: rgb(157,203,77); }
div.DivClassName
{
background-color: #9DCB4D;
}
.BgClassName
{
background-color: #9DCB4D;
}
</style>
border-color css
<style>
span { border-color: #9DCB4D; }
span { border-color: rgb(157,203,77); }
td.TdClassName
{
border-color: #9DCB4D;
}
.TagClassName
{
border-color: #9DCB4D;
}
</style>