Shades of Lima #7FC608
Tints of Lima #7FC608
RGB
CMYK
RGB Variations
Color information
#7FC608 (or 0x7FC608) is known color: Lima. HEX triplet: 7F, C6 and 08. RGB value is (127,198,8). Sum of RGB (Red+Green+Blue) = 127+198+8=333 (44% of max value = 765). Red value is 127 (50% from 255 or 38.14% from 333); Green value is 198 (77.73% from 255 or 59.46% from 333); Blue value is 8 (3.52% from 255 or 2.40% from 333); Max value from RGB is 198 - color contains mainly: green. Hex color #7FC608 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7FC608 is #8039F7. Grayscale: #9B9B9B. Windows color (decimal): -8403448 or 575103. OLE color: 575103.
HSL color Cylindrical-coordinate representation of color #7FC608: hue angle of 82.42º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7FC608 is Cyan = 0.36, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 127 | 198 | 8 | - |
| CMYK | 0.36 | 0 | 0.96 | 0.22 |
| HSL | 82.42º | 0.92% | 0.4% | - |
| HSV(B) | 82.42º | 0.96% | 0.78% | - |
| XYZ | 28.99 | 44.92 | 7.37 | - |
| YUV | 155.11 | 44.98 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 198 | 8 | 0.36 | 0 | 0.96 | 0.22 | 82.42 | 0.92 | 0.4 |
| Hex | 7F | C6 | 8 | 24 | 0 | 60 | 16 | 52 | 5C | 28 |
| Octal | 177 | 306 | 10 | 44 | 0 | 140 | 26 | 122 | 134 | 50 |
| Binary | 1111111 | 11000110 | 1000 | 100100 | 0 | 1100000 | 10110 | 1010010 | 1011100 | 101000 |
Color Harmonies of #7FC608
Complementary color
Monochromatic Colors of #7FC608
Black with #7FC608
Text Example
Text Example
White with #7FC608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FC608; }
p { color: rgb(127,198,8); }
H1.HeaderClassName
{
color: #7FC608;
}
.AnyTagClassName
{
color: #7FC608;
}
</style>
background-color css
<style>
a { background-color: #7FC608; }
a { background-color: rgb(127,198,8); }
div.DivClassName
{
background-color: #7FC608;
}
.BgClassName
{
background-color: #7FC608;
}
</style>
border-color css
<style>
span { border-color: #7FC608; }
span { border-color: rgb(127,198,8); }
td.TdClassName
{
border-color: #7FC608;
}
.TagClassName
{
border-color: #7FC608;
}
</style>