Shades of Yellow Green #95C32F
Tints of Yellow Green #95C32F
RGB
CMYK
RGB Variations
Color information
#95C32F (or 0x95C32F) is known color: Yellow Green. HEX triplet: 95, C3 and 2F. RGB value is (149,195,47). Sum of RGB (Red+Green+Blue) = 149+195+47=391 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.11% from 391); Green value is 195 (76.56% from 255 or 49.87% from 391); Blue value is 47 (18.75% from 255 or 12.02% from 391); Max value from RGB is 195 - color contains mainly: green. Hex color #95C32F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C32F is #6A3CD0. Grayscale: #A4A4A4. Windows color (decimal): -6962385 or 3130261. OLE color: 3130261.
HSL color Cylindrical-coordinate representation of color #95C32F: hue angle of 78.65º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #95C32F is Cyan = 0.24, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 195 | 47 | - |
| CMYK | 0.24 | 0 | 0.76 | 0.24 |
| HSL | 78.65º | 0.61% | 0.47% | - |
| HSV(B) | 78.65º | 0.76% | 0.76% | - |
| XYZ | 32.42 | 45.63 | 9.79 | - |
| YUV | 164.37 | 61.76 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 195 | 47 | 0.24 | 0 | 0.76 | 0.24 | 78.65 | 0.61 | 0.47 |
| Hex | 95 | C3 | 2F | 18 | 0 | 4C | 18 | 4F | 3D | 2F |
| Octal | 225 | 303 | 57 | 30 | 0 | 114 | 30 | 117 | 75 | 57 |
| Binary | 10010101 | 11000011 | 101111 | 11000 | 0 | 1001100 | 11000 | 1001111 | 111101 | 101111 |
Color Harmonies of #95C32F
Complementary color
Monochromatic Colors of #95C32F
Black with #95C32F
Text Example
Text Example
White with #95C32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C32F; }
p { color: rgb(149,195,47); }
H1.HeaderClassName
{
color: #95C32F;
}
.AnyTagClassName
{
color: #95C32F;
}
</style>
background-color css
<style>
a { background-color: #95C32F; }
a { background-color: rgb(149,195,47); }
div.DivClassName
{
background-color: #95C32F;
}
.BgClassName
{
background-color: #95C32F;
}
</style>
border-color css
<style>
span { border-color: #95C32F; }
span { border-color: rgb(149,195,47); }
td.TdClassName
{
border-color: #95C32F;
}
.TagClassName
{
border-color: #95C32F;
}
</style>