Shades of Yellow Green #9DCD1E
Tints of Yellow Green #9DCD1E
RGB
CMYK
RGB Variations
Color information
#9DCD1E (or 0x9DCD1E) is known color: Yellow Green. HEX triplet: 9D, CD and 1E. RGB value is (157,205,30). Sum of RGB (Red+Green+Blue) = 157+205+30=392 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.05% from 392); Green value is 205 (80.47% from 255 or 52.30% from 392); Blue value is 30 (12.11% from 255 or 7.65% from 392); Max value from RGB is 205 - color contains mainly: green. Hex color #9DCD1E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DCD1E is #6232E1. Grayscale: #ABABAB. Windows color (decimal): -6435554 or 2018717. OLE color: 2018717.
HSL color Cylindrical-coordinate representation of color #9DCD1E: hue angle of 76.46º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9DCD1E is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 157 | 205 | 30 | - |
| CMYK | 0.23 | 0 | 0.85 | 0.20 |
| HSL | 76.46º | 0.74% | 0.46% | - |
| HSV(B) | 76.46º | 0.85% | 0.8% | - |
| XYZ | 35.97 | 50.92 | 9.16 | - |
| YUV | 170.7 | 48.6 | 118.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 205 | 30 | 0.23 | 0 | 0.85 | 0.20 | 76.46 | 0.74 | 0.46 |
| Hex | 9D | CD | 1E | 17 | 0 | 55 | 14 | 4C | 4A | 2E |
| Octal | 235 | 315 | 36 | 27 | 0 | 125 | 24 | 114 | 112 | 56 |
| Binary | 10011101 | 11001101 | 11110 | 10111 | 0 | 1010101 | 10100 | 1001100 | 1001010 | 101110 |
Color Harmonies of #9DCD1E
Complementary color
Monochromatic Colors of #9DCD1E
Black with #9DCD1E
Text Example
Text Example
White with #9DCD1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCD1E; }
p { color: rgb(157,205,30); }
H1.HeaderClassName
{
color: #9DCD1E;
}
.AnyTagClassName
{
color: #9DCD1E;
}
</style>
background-color css
<style>
a { background-color: #9DCD1E; }
a { background-color: rgb(157,205,30); }
div.DivClassName
{
background-color: #9DCD1E;
}
.BgClassName
{
background-color: #9DCD1E;
}
</style>
border-color css
<style>
span { border-color: #9DCD1E; }
span { border-color: rgb(157,205,30); }
td.TdClassName
{
border-color: #9DCD1E;
}
.TagClassName
{
border-color: #9DCD1E;
}
</style>