Shades of Yellow Green #9BCD1D
Tints of Yellow Green #9BCD1D
RGB
CMYK
RGB Variations
Color information
#9BCD1D (or 0x9BCD1D) is known color: Yellow Green. HEX triplet: 9B, CD and 1D. RGB value is (155,205,29). Sum of RGB (Red+Green+Blue) = 155+205+29=389 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.85% from 389); Green value is 205 (80.47% from 255 or 52.70% from 389); Blue value is 29 (11.72% from 255 or 7.46% from 389); Max value from RGB is 205 - color contains mainly: green. Hex color #9BCD1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BCD1D is #6432E2. Grayscale: #AAAAAA. Windows color (decimal): -6566627 or 1953179. OLE color: 1953179.
HSL color Cylindrical-coordinate representation of color #9BCD1D: hue angle of 77.05º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9BCD1D is Cyan = 0.24, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 155 | 205 | 29 | - |
| CMYK | 0.24 | 0 | 0.86 | 0.20 |
| HSL | 77.05º | 0.75% | 0.46% | - |
| HSV(B) | 77.05º | 0.86% | 0.8% | - |
| XYZ | 35.57 | 50.72 | 9.08 | - |
| YUV | 169.99 | 48.44 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 205 | 29 | 0.24 | 0 | 0.86 | 0.20 | 77.05 | 0.75 | 0.46 |
| Hex | 9B | CD | 1D | 18 | 0 | 56 | 14 | 4D | 4B | 2E |
| Octal | 233 | 315 | 35 | 30 | 0 | 126 | 24 | 115 | 113 | 56 |
| Binary | 10011011 | 11001101 | 11101 | 11000 | 0 | 1010110 | 10100 | 1001101 | 1001011 | 101110 |
Color Harmonies of #9BCD1D
Complementary color
Monochromatic Colors of #9BCD1D
Black with #9BCD1D
Text Example
Text Example
White with #9BCD1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCD1D; }
p { color: rgb(155,205,29); }
H1.HeaderClassName
{
color: #9BCD1D;
}
.AnyTagClassName
{
color: #9BCD1D;
}
</style>
background-color css
<style>
a { background-color: #9BCD1D; }
a { background-color: rgb(155,205,29); }
div.DivClassName
{
background-color: #9BCD1D;
}
.BgClassName
{
background-color: #9BCD1D;
}
</style>
border-color css
<style>
span { border-color: #9BCD1D; }
span { border-color: rgb(155,205,29); }
td.TdClassName
{
border-color: #9BCD1D;
}
.TagClassName
{
border-color: #9BCD1D;
}
</style>