Shades of Yellow Green #91D014
Tints of Yellow Green #91D014
RGB
CMYK
RGB Variations
Color information
#91D014 (or 0x91D014) is known color: Yellow Green. HEX triplet: 91, D0 and 14. RGB value is (145,208,20). Sum of RGB (Red+Green+Blue) = 145+208+20=373 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.87% from 373); Green value is 208 (81.64% from 255 or 55.76% from 373); Blue value is 20 (8.20% from 255 or 5.36% from 373); Max value from RGB is 208 - color contains mainly: green. Hex color #91D014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #91D014 is #6E2FEB. Grayscale: #A8A8A8. Windows color (decimal): -7221228 or 1364113. OLE color: 1364113.
HSL color Cylindrical-coordinate representation of color #91D014: hue angle of 80.11º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #91D014 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 208 | 20 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.18 |
| HSL | 80.11º | 0.82% | 0.45% | - |
| HSV(B) | 80.11º | 0.9% | 0.82% | - |
| XYZ | 34.36 | 51.18 | 8.73 | - |
| YUV | 167.73 | 44.63 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 208 | 20 | 0.30 | 0 | 0.90 | 0.18 | 80.11 | 0.82 | 0.45 |
| Hex | 91 | D0 | 14 | 1E | 0 | 5A | 12 | 50 | 52 | 2D |
| Octal | 221 | 320 | 24 | 36 | 0 | 132 | 22 | 120 | 122 | 55 |
| Binary | 10010001 | 11010000 | 10100 | 11110 | 0 | 1011010 | 10010 | 1010000 | 1010010 | 101101 |
Color Harmonies of #91D014
Complementary color
Monochromatic Colors of #91D014
Black with #91D014
Text Example
Text Example
White with #91D014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91D014; }
p { color: rgb(145,208,20); }
H1.HeaderClassName
{
color: #91D014;
}
.AnyTagClassName
{
color: #91D014;
}
</style>
background-color css
<style>
a { background-color: #91D014; }
a { background-color: rgb(145,208,20); }
div.DivClassName
{
background-color: #91D014;
}
.BgClassName
{
background-color: #91D014;
}
</style>
border-color css
<style>
span { border-color: #91D014; }
span { border-color: rgb(145,208,20); }
td.TdClassName
{
border-color: #91D014;
}
.TagClassName
{
border-color: #91D014;
}
</style>