Shades of Lima #7FCF0D
Tints of Lima #7FCF0D
RGB
CMYK
RGB Variations
Color information
#7FCF0D (or 0x7FCF0D) is known color: Lima. HEX triplet: 7F, CF and 0D. RGB value is (127,207,13). Sum of RGB (Red+Green+Blue) = 127+207+13=347 (45% of max value = 765). Red value is 127 (50% from 255 or 36.60% from 347); Green value is 207 (81.25% from 255 or 59.65% from 347); Blue value is 13 (5.47% from 255 or 3.75% from 347); Max value from RGB is 207 - color contains mainly: green. Hex color #7FCF0D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FCF0D is #8030F2. Grayscale: #A1A1A1. Windows color (decimal): -8401139 or 905087. OLE color: 905087.
HSL color Cylindrical-coordinate representation of color #7FCF0D: hue angle of 84.74º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7FCF0D is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 207 | 13 | - |
| CMYK | 0.39 | 0 | 0.94 | 0.19 |
| HSL | 84.74º | 0.88% | 0.43% | - |
| HSV(B) | 84.74º | 0.94% | 0.81% | - |
| XYZ | 31.14 | 49.17 | 8.23 | - |
| YUV | 160.96 | 44.5 | 103.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 207 | 13 | 0.39 | 0 | 0.94 | 0.19 | 84.74 | 0.88 | 0.43 |
| Hex | 7F | CF | D | 27 | 0 | 5E | 13 | 55 | 58 | 2B |
| Octal | 177 | 317 | 15 | 47 | 0 | 136 | 23 | 125 | 130 | 53 |
| Binary | 1111111 | 11001111 | 1101 | 100111 | 0 | 1011110 | 10011 | 1010101 | 1011000 | 101011 |
Color Harmonies of #7FCF0D
Complementary color
Monochromatic Colors of #7FCF0D
Black with #7FCF0D
Text Example
Text Example
White with #7FCF0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCF0D; }
p { color: rgb(127,207,13); }
H1.HeaderClassName
{
color: #7FCF0D;
}
.AnyTagClassName
{
color: #7FCF0D;
}
</style>
background-color css
<style>
a { background-color: #7FCF0D; }
a { background-color: rgb(127,207,13); }
div.DivClassName
{
background-color: #7FCF0D;
}
.BgClassName
{
background-color: #7FCF0D;
}
</style>
border-color css
<style>
span { border-color: #7FCF0D; }
span { border-color: rgb(127,207,13); }
td.TdClassName
{
border-color: #7FCF0D;
}
.TagClassName
{
border-color: #7FCF0D;
}
</style>