Shades of Green Yellow #95FD32
Tints of Green Yellow #95FD32
RGB
CMYK
RGB Variations
Color information
#95FD32 (or 0x95FD32) is known color: Green Yellow. HEX triplet: 95, FD and 32. RGB value is (149,253,50). Sum of RGB (Red+Green+Blue) = 149+253+50=452 (59% of max value = 765). Red value is 149 (58.59% from 255 or 32.96% from 452); Green value is 253 (99.22% from 255 or 55.97% from 452); Blue value is 50 (19.92% from 255 or 11.06% from 452); Max value from RGB is 253 - color contains mainly: green. Hex color #95FD32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95FD32 is #6A02CD. Grayscale: #C7C7C7. Windows color (decimal): -6947534 or 3341717. OLE color: 3341717.
HSL color Cylindrical-coordinate representation of color #95FD32: hue angle of 90.74º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #95FD32 is Cyan = 0.41, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 149 | 253 | 50 | - |
| CMYK | 0.41 | 0 | 0.80 | 0.01 |
| HSL | 90.74º | 0.98% | 0.59% | - |
| HSV(B) | 90.74º | 0.8% | 0.99% | - |
| XYZ | 48.1 | 76.87 | 15.32 | - |
| YUV | 198.76 | 44.04 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 253 | 50 | 0.41 | 0 | 0.80 | 0.01 | 90.74 | 0.98 | 0.59 |
| Hex | 95 | FD | 32 | 29 | 0 | 50 | 1 | 5B | 62 | 3B |
| Octal | 225 | 375 | 62 | 51 | 0 | 120 | 1 | 133 | 142 | 73 |
| Binary | 10010101 | 11111101 | 110010 | 101001 | 0 | 1010000 | 1 | 1011011 | 1100010 | 111011 |
Color Harmonies of #95FD32
Complementary color
Monochromatic Colors of #95FD32
Black with #95FD32
Text Example
Text Example
White with #95FD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95FD32; }
p { color: rgb(149,253,50); }
H1.HeaderClassName
{
color: #95FD32;
}
.AnyTagClassName
{
color: #95FD32;
}
</style>
background-color css
<style>
a { background-color: #95FD32; }
a { background-color: rgb(149,253,50); }
div.DivClassName
{
background-color: #95FD32;
}
.BgClassName
{
background-color: #95FD32;
}
</style>
border-color css
<style>
span { border-color: #95FD32; }
span { border-color: rgb(149,253,50); }
td.TdClassName
{
border-color: #95FD32;
}
.TagClassName
{
border-color: #95FD32;
}
</style>