Shades of Yellow Green #7FCF33
Tints of Yellow Green #7FCF33
RGB
CMYK
RGB Variations
Color information
#7FCF33 (or 0x7FCF33) is known color: Yellow Green. HEX triplet: 7F, CF and 33. RGB value is (127,207,51). Sum of RGB (Red+Green+Blue) = 127+207+51=385 (50% of max value = 765). Red value is 127 (50% from 255 or 32.99% from 385); Green value is 207 (81.25% from 255 or 53.77% from 385); Blue value is 51 (20.31% from 255 or 13.25% from 385); Max value from RGB is 207 - color contains mainly: green. Hex color #7FCF33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7FCF33 is #8030CC. Grayscale: #A5A5A5. Windows color (decimal): -8401101 or 3395455. OLE color: 3395455.
HSL color Cylindrical-coordinate representation of color #7FCF33: hue angle of 90.77º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7FCF33 is Cyan = 0.39, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 207 | 51 | - |
| CMYK | 0.39 | 0 | 0.75 | 0.19 |
| HSL | 90.77º | 0.62% | 0.51% | - |
| HSV(B) | 90.77º | 0.75% | 0.81% | - |
| XYZ | 31.66 | 49.38 | 10.99 | - |
| YUV | 165.3 | 63.5 | 100.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 207 | 51 | 0.39 | 0 | 0.75 | 0.19 | 90.77 | 0.62 | 0.51 |
| Hex | 7F | CF | 33 | 27 | 0 | 4B | 13 | 5B | 3E | 33 |
| Octal | 177 | 317 | 63 | 47 | 0 | 113 | 23 | 133 | 76 | 63 |
| Binary | 1111111 | 11001111 | 110011 | 100111 | 0 | 1001011 | 10011 | 1011011 | 111110 | 110011 |
Color Harmonies of #7FCF33
Complementary color
Monochromatic Colors of #7FCF33
Black with #7FCF33
Text Example
Text Example
White with #7FCF33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCF33; }
p { color: rgb(127,207,51); }
H1.HeaderClassName
{
color: #7FCF33;
}
.AnyTagClassName
{
color: #7FCF33;
}
</style>
background-color css
<style>
a { background-color: #7FCF33; }
a { background-color: rgb(127,207,51); }
div.DivClassName
{
background-color: #7FCF33;
}
.BgClassName
{
background-color: #7FCF33;
}
</style>
border-color css
<style>
span { border-color: #7FCF33; }
span { border-color: rgb(127,207,51); }
td.TdClassName
{
border-color: #7FCF33;
}
.TagClassName
{
border-color: #7FCF33;
}
</style>