Shades of Lima #7FCF15
Tints of Lima #7FCF15
RGB
CMYK
RGB Variations
Color information
#7FCF15 (or 0x7FCF15) is known color: Lima. HEX triplet: 7F, CF and 15. RGB value is (127,207,21). Sum of RGB (Red+Green+Blue) = 127+207+21=355 (47% of max value = 765). Red value is 127 (50% from 255 or 35.77% from 355); Green value is 207 (81.25% from 255 or 58.31% from 355); Blue value is 21 (8.59% from 255 or 5.92% from 355); Max value from RGB is 207 - color contains mainly: green. Hex color #7FCF15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FCF15 is #8030EA. Grayscale: #A2A2A2. Windows color (decimal): -8401131 or 1429375. OLE color: 1429375.
HSL color Cylindrical-coordinate representation of color #7FCF15: hue angle of 85.81º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7FCF15 is Cyan = 0.39, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 127 | 207 | 21 | - |
| CMYK | 0.39 | 0 | 0.90 | 0.19 |
| HSL | 85.81º | 0.82% | 0.45% | - |
| HSV(B) | 85.81º | 0.9% | 0.81% | - |
| XYZ | 31.2 | 49.19 | 8.56 | - |
| YUV | 161.88 | 48.5 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 207 | 21 | 0.39 | 0 | 0.90 | 0.19 | 85.81 | 0.82 | 0.45 |
| Hex | 7F | CF | 15 | 27 | 0 | 5A | 13 | 56 | 52 | 2D |
| Octal | 177 | 317 | 25 | 47 | 0 | 132 | 23 | 126 | 122 | 55 |
| Binary | 1111111 | 11001111 | 10101 | 100111 | 0 | 1011010 | 10011 | 1010110 | 1010010 | 101101 |
Color Harmonies of #7FCF15
Complementary color
Monochromatic Colors of #7FCF15
Black with #7FCF15
Text Example
Text Example
White with #7FCF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FCF15; }
p { color: rgb(127,207,21); }
H1.HeaderClassName
{
color: #7FCF15;
}
.AnyTagClassName
{
color: #7FCF15;
}
</style>
background-color css
<style>
a { background-color: #7FCF15; }
a { background-color: rgb(127,207,21); }
div.DivClassName
{
background-color: #7FCF15;
}
.BgClassName
{
background-color: #7FCF15;
}
</style>
border-color css
<style>
span { border-color: #7FCF15; }
span { border-color: rgb(127,207,21); }
td.TdClassName
{
border-color: #7FCF15;
}
.TagClassName
{
border-color: #7FCF15;
}
</style>