Shades of Green Yellow #95EE32
Tints of Green Yellow #95EE32
RGB
CMYK
RGB Variations
Color information
#95EE32 (or 0x95EE32) is known color: Green Yellow. HEX triplet: 95, EE and 32. RGB value is (149,238,50). Sum of RGB (Red+Green+Blue) = 149+238+50=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 238 (93.36% from 255 or 54.46% from 437); Blue value is 50 (19.92% from 255 or 11.44% from 437); Max value from RGB is 238 - color contains mainly: green. Hex color #95EE32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #95EE32 is #6A11CD. Grayscale: #BEBEBE. Windows color (decimal): -6951374 or 3337877. OLE color: 3337877.
HSL color Cylindrical-coordinate representation of color #95EE32: hue angle of 88.4º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #95EE32 is Cyan = 0.37, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 149 | 238 | 50 | - |
| CMYK | 0.37 | 0 | 0.79 | 0.07 |
| HSL | 88.4º | 0.85% | 0.56% | - |
| HSV(B) | 88.4º | 0.79% | 0.93% | - |
| XYZ | 43.54 | 67.77 | 13.8 | - |
| YUV | 189.96 | 49.01 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 238 | 50 | 0.37 | 0 | 0.79 | 0.07 | 88.4 | 0.85 | 0.56 |
| Hex | 95 | EE | 32 | 25 | 0 | 4F | 7 | 58 | 55 | 38 |
| Octal | 225 | 356 | 62 | 45 | 0 | 117 | 7 | 130 | 125 | 70 |
| Binary | 10010101 | 11101110 | 110010 | 100101 | 0 | 1001111 | 111 | 1011000 | 1010101 | 111000 |
Color Harmonies of #95EE32
Complementary color
Monochromatic Colors of #95EE32
Black with #95EE32
Text Example
Text Example
White with #95EE32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95EE32; }
p { color: rgb(149,238,50); }
H1.HeaderClassName
{
color: #95EE32;
}
.AnyTagClassName
{
color: #95EE32;
}
</style>
background-color css
<style>
a { background-color: #95EE32; }
a { background-color: rgb(149,238,50); }
div.DivClassName
{
background-color: #95EE32;
}
.BgClassName
{
background-color: #95EE32;
}
</style>
border-color css
<style>
span { border-color: #95EE32; }
span { border-color: rgb(149,238,50); }
td.TdClassName
{
border-color: #95EE32;
}
.TagClassName
{
border-color: #95EE32;
}
</style>