Shades of Green Yellow #7FFF32
Tints of Green Yellow #7FFF32
RGB
CMYK
RGB Variations
Color information
#7FFF32 (or 0x7FFF32) is known color: Green Yellow. HEX triplet: 7F, FF and 32. RGB value is (127,255,50). Sum of RGB (Red+Green+Blue) = 127+255+50=432 (57% of max value = 765). Red value is 127 (50% from 255 or 29.40% from 432); Green value is 255 (100% from 255 or 59.03% from 432); Blue value is 50 (19.92% from 255 or 11.57% from 432); Max value from RGB is 255 - color contains mainly: green. Hex color #7FFF32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7FFF32 is #8000CD. Grayscale: #C2C2C2. Windows color (decimal): -8388814 or 3342207. OLE color: 3342207.
HSL color Cylindrical-coordinate representation of color #7FFF32: hue angle of 97.46º 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 #7FFF32 is Cyan = 0.50, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.
Color convert
| RGB | 127 | 255 | 50 | - |
| CMYK | 0.50 | 0 | 0.80 | 0 |
| HSL | 97.46º | 1% | 0.6% | - |
| HSV(B) | 97.46º | 0.8% | 1% | - |
| XYZ | 45.09 | 76.26 | 15.36 | - |
| YUV | 193.36 | 47.09 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 255 | 50 | 0.50 | 0 | 0.80 | 0 | 97.46 | 1 | 0.6 |
| Hex | 7F | FF | 32 | 32 | 0 | 50 | 0 | 61 | 64 | 3C |
| Octal | 177 | 377 | 62 | 62 | 0 | 120 | 0 | 141 | 144 | 74 |
| Binary | 1111111 | 11111111 | 110010 | 110010 | 0 | 1010000 | 0 | 1100001 | 1100100 | 111100 |
Color Harmonies of #7FFF32
Complementary color
Monochromatic Colors of #7FFF32
Black with #7FFF32
Text Example
Text Example
White with #7FFF32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FFF32; }
p { color: rgb(127,255,50); }
H1.HeaderClassName
{
color: #7FFF32;
}
.AnyTagClassName
{
color: #7FFF32;
}
</style>
background-color css
<style>
a { background-color: #7FFF32; }
a { background-color: rgb(127,255,50); }
div.DivClassName
{
background-color: #7FFF32;
}
.BgClassName
{
background-color: #7FFF32;
}
</style>
border-color css
<style>
span { border-color: #7FFF32; }
span { border-color: rgb(127,255,50); }
td.TdClassName
{
border-color: #7FFF32;
}
.TagClassName
{
border-color: #7FFF32;
}
</style>