Shades of Lima #75C80F
Tints of Lima #75C80F
RGB
CMYK
RGB Variations
Color information
#75C80F (or 0x75C80F) is known color: Lima. HEX triplet: 75, C8 and 0F. RGB value is (117,200,15). Sum of RGB (Red+Green+Blue) = 117+200+15=332 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.24% from 332); Green value is 200 (78.52% from 255 or 60.24% from 332); Blue value is 15 (6.25% from 255 or 4.52% from 332); Max value from RGB is 200 - color contains mainly: green. Hex color #75C80F is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C80F is #8A37F0. Grayscale: #9A9A9A. Windows color (decimal): -9058289 or 1034357. OLE color: 1034357.
HSL color Cylindrical-coordinate representation of color #75C80F: hue angle of 86.92º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #75C80F is Cyan = 0.42, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 200 | 15 | - |
| CMYK | 0.42 | 0 | 0.92 | 0.22 |
| HSL | 86.92º | 0.86% | 0.42% | - |
| HSV(B) | 86.92º | 0.93% | 0.78% | - |
| XYZ | 28.08 | 45.12 | 7.68 | - |
| YUV | 154.09 | 49.5 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 200 | 15 | 0.42 | 0 | 0.92 | 0.22 | 86.92 | 0.86 | 0.42 |
| Hex | 75 | C8 | F | 2A | 0 | 5C | 16 | 57 | 56 | 2A |
| Octal | 165 | 310 | 17 | 52 | 0 | 134 | 26 | 127 | 126 | 52 |
| Binary | 1110101 | 11001000 | 1111 | 101010 | 0 | 1011100 | 10110 | 1010111 | 1010110 | 101010 |
Color Harmonies of #75C80F
Complementary color
Monochromatic Colors of #75C80F
Black with #75C80F
Text Example
Text Example
White with #75C80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C80F; }
p { color: rgb(117,200,15); }
H1.HeaderClassName
{
color: #75C80F;
}
.AnyTagClassName
{
color: #75C80F;
}
</style>
background-color css
<style>
a { background-color: #75C80F; }
a { background-color: rgb(117,200,15); }
div.DivClassName
{
background-color: #75C80F;
}
.BgClassName
{
background-color: #75C80F;
}
</style>
border-color css
<style>
span { border-color: #75C80F; }
span { border-color: rgb(117,200,15); }
td.TdClassName
{
border-color: #75C80F;
}
.TagClassName
{
border-color: #75C80F;
}
</style>