Shades of Yellow Green #95CA19
Tints of Yellow Green #95CA19
RGB
CMYK
RGB Variations
Color information
#95CA19 (or 0x95CA19) is known color: Yellow Green. HEX triplet: 95, CA and 19. RGB value is (149,202,25). Sum of RGB (Red+Green+Blue) = 149+202+25=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 202 (79.30% from 255 or 53.72% from 376); Blue value is 25 (10.16% from 255 or 6.65% from 376); Max value from RGB is 202 - color contains mainly: green. Hex color #95CA19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #95CA19 is #6A35E6. Grayscale: #A6A6A6. Windows color (decimal): -6960615 or 1690261. OLE color: 1690261.
HSL color Cylindrical-coordinate representation of color #95CA19: hue angle of 77.97º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #95CA19 is Cyan = 0.26, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 202 | 25 | - |
| CMYK | 0.26 | 0 | 0.88 | 0.21 |
| HSL | 77.97º | 0.78% | 0.45% | - |
| HSV(B) | 77.97º | 0.88% | 0.79% | - |
| XYZ | 33.69 | 48.7 | 8.54 | - |
| YUV | 165.98 | 48.44 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 202 | 25 | 0.26 | 0 | 0.88 | 0.21 | 77.97 | 0.78 | 0.45 |
| Hex | 95 | CA | 19 | 1A | 0 | 58 | 15 | 4E | 4E | 2D |
| Octal | 225 | 312 | 31 | 32 | 0 | 130 | 25 | 116 | 116 | 55 |
| Binary | 10010101 | 11001010 | 11001 | 11010 | 0 | 1011000 | 10101 | 1001110 | 1001110 | 101101 |
Color Harmonies of #95CA19
Complementary color
Monochromatic Colors of #95CA19
Black with #95CA19
Text Example
Text Example
White with #95CA19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95CA19; }
p { color: rgb(149,202,25); }
H1.HeaderClassName
{
color: #95CA19;
}
.AnyTagClassName
{
color: #95CA19;
}
</style>
background-color css
<style>
a { background-color: #95CA19; }
a { background-color: rgb(149,202,25); }
div.DivClassName
{
background-color: #95CA19;
}
.BgClassName
{
background-color: #95CA19;
}
</style>
border-color css
<style>
span { border-color: #95CA19; }
span { border-color: rgb(149,202,25); }
td.TdClassName
{
border-color: #95CA19;
}
.TagClassName
{
border-color: #95CA19;
}
</style>