Shades of Yellow Green #91CF14
Tints of Yellow Green #91CF14
RGB
CMYK
RGB Variations
Color information
#91CF14 (or 0x91CF14) is known color: Yellow Green. HEX triplet: 91, CF and 14. RGB value is (145,207,20). Sum of RGB (Red+Green+Blue) = 145+207+20=372 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.98% from 372); Green value is 207 (81.25% from 255 or 55.65% from 372); Blue value is 20 (8.20% from 255 or 5.38% from 372); Max value from RGB is 207 - color contains mainly: green. Hex color #91CF14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #91CF14 is #6E30EB. Grayscale: #A7A7A7. Windows color (decimal): -7221484 or 1363857. OLE color: 1363857.
HSL color Cylindrical-coordinate representation of color #91CF14: hue angle of 79.89º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #91CF14 is Cyan = 0.30, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 207 | 20 | - |
| CMYK | 0.30 | 0 | 0.90 | 0.19 |
| HSL | 79.89º | 0.82% | 0.45% | - |
| HSV(B) | 79.89º | 0.9% | 0.81% | - |
| XYZ | 34.12 | 50.7 | 8.65 | - |
| YUV | 167.14 | 44.96 | 112.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 207 | 20 | 0.30 | 0 | 0.90 | 0.19 | 79.89 | 0.82 | 0.45 |
| Hex | 91 | CF | 14 | 1E | 0 | 5A | 13 | 50 | 52 | 2D |
| Octal | 221 | 317 | 24 | 36 | 0 | 132 | 23 | 120 | 122 | 55 |
| Binary | 10010001 | 11001111 | 10100 | 11110 | 0 | 1011010 | 10011 | 1010000 | 1010010 | 101101 |
Color Harmonies of #91CF14
Complementary color
Monochromatic Colors of #91CF14
Black with #91CF14
Text Example
Text Example
White with #91CF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91CF14; }
p { color: rgb(145,207,20); }
H1.HeaderClassName
{
color: #91CF14;
}
.AnyTagClassName
{
color: #91CF14;
}
</style>
background-color css
<style>
a { background-color: #91CF14; }
a { background-color: rgb(145,207,20); }
div.DivClassName
{
background-color: #91CF14;
}
.BgClassName
{
background-color: #91CF14;
}
</style>
border-color css
<style>
span { border-color: #91CF14; }
span { border-color: rgb(145,207,20); }
td.TdClassName
{
border-color: #91CF14;
}
.TagClassName
{
border-color: #91CF14;
}
</style>