Shades of Yellow Green #9DCD31
Tints of Yellow Green #9DCD31
RGB
CMYK
RGB Variations
Color information
#9DCD31 (or 0x9DCD31) is known color: Yellow Green. HEX triplet: 9D, CD and 31. RGB value is (157,205,49). Sum of RGB (Red+Green+Blue) = 157+205+49=411 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.20% from 411); Green value is 205 (80.47% from 255 or 49.88% from 411); Blue value is 49 (19.53% from 255 or 11.92% from 411); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DCD31 is #6232CE. Grayscale: #ADADAD. Windows color (decimal): -6435535 or 3263901. OLE color: 3263901.
HSL color Cylindrical-coordinate representation of color #9DCD31: hue angle of 78.46º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9DCD31 is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 205 | 49 | - |
| CMYK | 0.23 | 0 | 0.76 | 0.20 |
| HSL | 78.46º | 0.61% | 0.5% | - |
| HSV(B) | 78.46º | 0.76% | 0.8% | - |
| XYZ | 36.29 | 51.05 | 10.85 | - |
| YUV | 172.86 | 58.1 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 205 | 49 | 0.23 | 0 | 0.76 | 0.20 | 78.46 | 0.61 | 0.5 |
| Hex | 9D | CD | 31 | 17 | 0 | 4C | 14 | 4E | 3D | 32 |
| Octal | 235 | 315 | 61 | 27 | 0 | 114 | 24 | 116 | 75 | 62 |
| Binary | 10011101 | 11001101 | 110001 | 10111 | 0 | 1001100 | 10100 | 1001110 | 111101 | 110010 |
Color Harmonies of #9DCD31
Complementary color
Monochromatic Colors of #9DCD31
Black with #9DCD31
Text Example
Text Example
White with #9DCD31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCD31; }
p { color: rgb(157,205,49); }
H1.HeaderClassName
{
color: #9DCD31;
}
.AnyTagClassName
{
color: #9DCD31;
}
</style>
background-color css
<style>
a { background-color: #9DCD31; }
a { background-color: rgb(157,205,49); }
div.DivClassName
{
background-color: #9DCD31;
}
.BgClassName
{
background-color: #9DCD31;
}
</style>
border-color css
<style>
span { border-color: #9DCD31; }
span { border-color: rgb(157,205,49); }
td.TdClassName
{
border-color: #9DCD31;
}
.TagClassName
{
border-color: #9DCD31;
}
</style>