Shades of Lima #7ACF05
Tints of Lima #7ACF05
RGB
CMYK
RGB Variations
Color information
#7ACF05 (or 0x7ACF05) is known color: Lima. HEX triplet: 7A, CF and 05. RGB value is (122,207,5). Sum of RGB (Red+Green+Blue) = 122+207+5=334 (44% of max value = 765). Red value is 122 (48.05% from 255 or 36.53% from 334); Green value is 207 (81.25% from 255 or 61.98% from 334); Blue value is 5 (2.34% from 255 or 1.50% from 334); Max value from RGB is 207 - color contains mainly: green. Hex color #7ACF05 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7ACF05 is #8530FA. Grayscale: #9F9F9F. Windows color (decimal): -8728827 or 380794. OLE color: 380794.
HSL color Cylindrical-coordinate representation of color #7ACF05: hue angle of 85.25º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7ACF05 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 122 | 207 | 5 | - |
| CMYK | 0.41 | 0 | 0.98 | 0.19 |
| HSL | 85.25º | 0.95% | 0.42% | - |
| HSV(B) | 85.25º | 0.98% | 0.81% | - |
| XYZ | 30.37 | 48.77 | 7.96 | - |
| YUV | 158.56 | 41.34 | 101.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 207 | 5 | 0.41 | 0 | 0.98 | 0.19 | 85.25 | 0.95 | 0.42 |
| Hex | 7A | CF | 5 | 29 | 0 | 62 | 13 | 55 | 5F | 2A |
| Octal | 172 | 317 | 5 | 51 | 0 | 142 | 23 | 125 | 137 | 52 |
| Binary | 1111010 | 11001111 | 101 | 101001 | 0 | 1100010 | 10011 | 1010101 | 1011111 | 101010 |
Color Harmonies of #7ACF05
Complementary color
Monochromatic Colors of #7ACF05
Black with #7ACF05
Text Example
Text Example
White with #7ACF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ACF05; }
p { color: rgb(122,207,5); }
H1.HeaderClassName
{
color: #7ACF05;
}
.AnyTagClassName
{
color: #7ACF05;
}
</style>
background-color css
<style>
a { background-color: #7ACF05; }
a { background-color: rgb(122,207,5); }
div.DivClassName
{
background-color: #7ACF05;
}
.BgClassName
{
background-color: #7ACF05;
}
</style>
border-color css
<style>
span { border-color: #7ACF05; }
span { border-color: rgb(122,207,5); }
td.TdClassName
{
border-color: #7ACF05;
}
.TagClassName
{
border-color: #7ACF05;
}
</style>