Shades of Yellow Green #7FCD26
Tints of Yellow Green #7FCD26
RGB
CMYK
RGB Variations
Color information
#7FCD26 (or 0x7FCD26) is known color: Yellow Green. HEX triplet: 7F, CD and 26. RGB value is (127,205,38). Sum of RGB (Red+Green+Blue) = 127+205+38=370 (49% of max value = 765). Red value is 127 (50% from 255 or 34.32% from 370); Green value is 205 (80.47% from 255 or 55.41% from 370); Blue value is 38 (15.23% from 255 or 10.27% from 370); Max value from RGB is 205 - color contains mainly: green. Hex color #7FCD26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCD26 is #8032D9. Grayscale: #A3A3A3. Windows color (decimal): -8401626 or 2542975. OLE color: 2542975.
HSL color Cylindrical-coordinate representation of color #7FCD26: hue angle of 88.02º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7FCD26 is Cyan = 0.38, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 127 | 205 | 38 | - |
| CMYK | 0.38 | 0 | 0.81 | 0.20 |
| HSL | 88.02º | 0.69% | 0.48% | - |
| HSV(B) | 88.02º | 0.81% | 0.8% | - |
| XYZ | 30.93 | 48.31 | 9.53 | - |
| YUV | 162.64 | 57.66 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 205 | 38 | 0.38 | 0 | 0.81 | 0.20 | 88.02 | 0.69 | 0.48 |
| Hex | 7F | CD | 26 | 26 | 0 | 51 | 14 | 58 | 45 | 30 |
| Octal | 177 | 315 | 46 | 46 | 0 | 121 | 24 | 130 | 105 | 60 |
| Binary | 1111111 | 11001101 | 100110 | 100110 | 0 | 1010001 | 10100 | 1011000 | 1000101 | 110000 |
Color Harmonies of #7FCD26
Complementary color
Monochromatic Colors of #7FCD26
Black with #7FCD26
Text Example
Text Example
White with #7FCD26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCD26; }
p { color: rgb(127,205,38); }
H1.HeaderClassName
{
color: #7FCD26;
}
.AnyTagClassName
{
color: #7FCD26;
}
</style>
background-color css
<style>
a { background-color: #7FCD26; }
a { background-color: rgb(127,205,38); }
div.DivClassName
{
background-color: #7FCD26;
}
.BgClassName
{
background-color: #7FCD26;
}
</style>
border-color css
<style>
span { border-color: #7FCD26; }
span { border-color: rgb(127,205,38); }
td.TdClassName
{
border-color: #7FCD26;
}
.TagClassName
{
border-color: #7FCD26;
}
</style>