Shades of Yellow Green #7FCA2D
Tints of Yellow Green #7FCA2D
RGB
CMYK
RGB Variations
Color information
#7FCA2D (or 0x7FCA2D) is known color: Yellow Green. HEX triplet: 7F, CA and 2D. RGB value is (127,202,45). Sum of RGB (Red+Green+Blue) = 127+202+45=374 (49% of max value = 765). Red value is 127 (50% from 255 or 33.96% from 374); Green value is 202 (79.30% from 255 or 54.01% from 374); Blue value is 45 (17.97% from 255 or 12.03% from 374); Max value from RGB is 202 - color contains mainly: green. Hex color #7FCA2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCA2D is #8035D2. Grayscale: #A2A2A2. Windows color (decimal): -8402387 or 3000959. OLE color: 3000959.
HSL color Cylindrical-coordinate representation of color #7FCA2D: hue angle of 88.66º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7FCA2D is Cyan = 0.37, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 127 | 202 | 45 | - |
| CMYK | 0.37 | 0 | 0.78 | 0.21 |
| HSL | 88.66º | 0.64% | 0.48% | - |
| HSV(B) | 88.66º | 0.78% | 0.79% | - |
| XYZ | 30.35 | 46.94 | 9.94 | - |
| YUV | 161.68 | 62.15 | 103.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 202 | 45 | 0.37 | 0 | 0.78 | 0.21 | 88.66 | 0.64 | 0.48 |
| Hex | 7F | CA | 2D | 25 | 0 | 4E | 15 | 59 | 40 | 30 |
| Octal | 177 | 312 | 55 | 45 | 0 | 116 | 25 | 131 | 100 | 60 |
| Binary | 1111111 | 11001010 | 101101 | 100101 | 0 | 1001110 | 10101 | 1011001 | 1000000 | 110000 |
Color Harmonies of #7FCA2D
Complementary color
Monochromatic Colors of #7FCA2D
Black with #7FCA2D
Text Example
Text Example
White with #7FCA2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCA2D; }
p { color: rgb(127,202,45); }
H1.HeaderClassName
{
color: #7FCA2D;
}
.AnyTagClassName
{
color: #7FCA2D;
}
</style>
background-color css
<style>
a { background-color: #7FCA2D; }
a { background-color: rgb(127,202,45); }
div.DivClassName
{
background-color: #7FCA2D;
}
.BgClassName
{
background-color: #7FCA2D;
}
</style>
border-color css
<style>
span { border-color: #7FCA2D; }
span { border-color: rgb(127,202,45); }
td.TdClassName
{
border-color: #7FCA2D;
}
.TagClassName
{
border-color: #7FCA2D;
}
</style>