Shades of Green Yellow #95FF32
Tints of Green Yellow #95FF32
RGB
CMYK
RGB Variations
Color information
#95FF32 (or 0x95FF32) is known color: Green Yellow. HEX triplet: 95, FF and 32. RGB value is (149,255,50). Sum of RGB (Red+Green+Blue) = 149+255+50=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 255 (100% from 255 or 56.17% from 454); Blue value is 50 (19.92% from 255 or 11.01% from 454); Max value from RGB is 255 - color contains mainly: green. Hex color #95FF32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95FF32 is #6A00CD. Grayscale: #C8C8C8. Windows color (decimal): -6947022 or 3342229. OLE color: 3342229.
HSL color Cylindrical-coordinate representation of color #95FF32: hue angle of 91.02º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #95FF32 is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 149 | 255 | 50 | - |
| CMYK | 0.42 | 0 | 0.80 | 0 |
| HSL | 91.02º | 1% | 0.6% | - |
| HSV(B) | 91.02º | 0.8% | 1% | - |
| XYZ | 48.73 | 78.14 | 15.53 | - |
| YUV | 199.94 | 43.38 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 255 | 50 | 0.42 | 0 | 0.80 | 0 | 91.02 | 1 | 0.6 |
| Hex | 95 | FF | 32 | 2A | 0 | 50 | 0 | 5B | 64 | 3C |
| Octal | 225 | 377 | 62 | 52 | 0 | 120 | 0 | 133 | 144 | 74 |
| Binary | 10010101 | 11111111 | 110010 | 101010 | 0 | 1010000 | 0 | 1011011 | 1100100 | 111100 |
Color Harmonies of #95FF32
Complementary color
Monochromatic Colors of #95FF32
Black with #95FF32
Text Example
Text Example
White with #95FF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FF32; }
p { color: rgb(149,255,50); }
H1.HeaderClassName
{
color: #95FF32;
}
.AnyTagClassName
{
color: #95FF32;
}
</style>
background-color css
<style>
a { background-color: #95FF32; }
a { background-color: rgb(149,255,50); }
div.DivClassName
{
background-color: #95FF32;
}
.BgClassName
{
background-color: #95FF32;
}
</style>
border-color css
<style>
span { border-color: #95FF32; }
span { border-color: rgb(149,255,50); }
td.TdClassName
{
border-color: #95FF32;
}
.TagClassName
{
border-color: #95FF32;
}
</style>