Shades of Yellow Green #7FCA32
Tints of Yellow Green #7FCA32
RGB
CMYK
RGB Variations
Color information
#7FCA32 (or 0x7FCA32) is known color: Yellow Green. HEX triplet: 7F, CA and 32. RGB value is (127,202,50). Sum of RGB (Red+Green+Blue) = 127+202+50=379 (50% of max value = 765). Red value is 127 (50% from 255 or 33.51% from 379); Green value is 202 (79.30% from 255 or 53.30% from 379); Blue value is 50 (19.92% from 255 or 13.19% from 379); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCA32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCA32 is #8035CD. Grayscale: #A2A2A2. Windows color (decimal): -8402382 or 3328639. OLE color: 3328639.
HSL color Cylindrical-coordinate representation of color #7FCA32: hue angle of 89.61º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7FCA32 is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 202 | 50 | - |
| CMYK | 0.37 | 0 | 0.75 | 0.21 |
| HSL | 89.61º | 0.6% | 0.49% | - |
| HSV(B) | 89.61º | 0.75% | 0.79% | - |
| XYZ | 30.45 | 46.98 | 10.48 | - |
| YUV | 162.25 | 64.65 | 102.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 202 | 50 | 0.37 | 0 | 0.75 | 0.21 | 89.61 | 0.6 | 0.49 |
| Hex | 7F | CA | 32 | 25 | 0 | 4B | 15 | 5A | 3C | 31 |
| Octal | 177 | 312 | 62 | 45 | 0 | 113 | 25 | 132 | 74 | 61 |
| Binary | 1111111 | 11001010 | 110010 | 100101 | 0 | 1001011 | 10101 | 1011010 | 111100 | 110001 |
Color Harmonies of #7FCA32
Complementary color
Monochromatic Colors of #7FCA32
Black with #7FCA32
Text Example
Text Example
White with #7FCA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCA32; }
p { color: rgb(127,202,50); }
H1.HeaderClassName
{
color: #7FCA32;
}
.AnyTagClassName
{
color: #7FCA32;
}
</style>
background-color css
<style>
a { background-color: #7FCA32; }
a { background-color: rgb(127,202,50); }
div.DivClassName
{
background-color: #7FCA32;
}
.BgClassName
{
background-color: #7FCA32;
}
</style>
border-color css
<style>
span { border-color: #7FCA32; }
span { border-color: rgb(127,202,50); }
td.TdClassName
{
border-color: #7FCA32;
}
.TagClassName
{
border-color: #7FCA32;
}
</style>