Shades of Lima #7CAF10
Tints of Lima #7CAF10
RGB
CMYK
RGB Variations
Color information
#7CAF10 (or 0x7CAF10) is known color: Lima. HEX triplet: 7C, AF and 10. RGB value is (124,175,16). Sum of RGB (Red+Green+Blue) = 124+175+16=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 175 (68.75% from 255 or 55.56% from 315); Blue value is 16 (6.64% from 255 or 5.08% from 315); Max value from RGB is 175 - color contains mainly: green. Hex color #7CAF10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7CAF10 is #8350EF. Grayscale: #8E8E8E. Windows color (decimal): -8605936 or 1093500. OLE color: 1093500.
HSL color Cylindrical-coordinate representation of color #7CAF10: hue angle of 79.25º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7CAF10 is Cyan = 0.29, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 175 | 16 | - |
| CMYK | 0.29 | 0 | 0.91 | 0.31 |
| HSL | 79.25º | 0.83% | 0.37% | - |
| HSV(B) | 79.25º | 0.91% | 0.69% | - |
| XYZ | 23.74 | 34.98 | 5.99 | - |
| YUV | 141.63 | 57.1 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 175 | 16 | 0.29 | 0 | 0.91 | 0.31 | 79.25 | 0.83 | 0.37 |
| Hex | 7C | AF | 10 | 1D | 0 | 5B | 1F | 4F | 53 | 25 |
| Octal | 174 | 257 | 20 | 35 | 0 | 133 | 37 | 117 | 123 | 45 |
| Binary | 1111100 | 10101111 | 10000 | 11101 | 0 | 1011011 | 11111 | 1001111 | 1010011 | 100101 |
Color Harmonies of #7CAF10
Complementary color
Monochromatic Colors of #7CAF10
Black with #7CAF10
Text Example
Text Example
White with #7CAF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CAF10; }
p { color: rgb(124,175,16); }
H1.HeaderClassName
{
color: #7CAF10;
}
.AnyTagClassName
{
color: #7CAF10;
}
</style>
background-color css
<style>
a { background-color: #7CAF10; }
a { background-color: rgb(124,175,16); }
div.DivClassName
{
background-color: #7CAF10;
}
.BgClassName
{
background-color: #7CAF10;
}
</style>
border-color css
<style>
span { border-color: #7CAF10; }
span { border-color: rgb(124,175,16); }
td.TdClassName
{
border-color: #7CAF10;
}
.TagClassName
{
border-color: #7CAF10;
}
</style>