Shades of Lima #75CF10
Tints of Lima #75CF10
RGB
CMYK
RGB Variations
Color information
#75CF10 (or 0x75CF10) is known color: Lima. HEX triplet: 75, CF and 10. RGB value is (117,207,16). Sum of RGB (Red+Green+Blue) = 117+207+16=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 207 (81.25% from 255 or 60.88% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 207 - color contains mainly: green. Hex color #75CF10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75CF10 is #8A30EF. Grayscale: #9E9E9E. Windows color (decimal): -9056496 or 1101685. OLE color: 1101685.
HSL color Cylindrical-coordinate representation of color #75CF10: hue angle of 88.27º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #75CF10 is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 117 | 207 | 16 | - |
| CMYK | 0.43 | 0 | 0.92 | 0.19 |
| HSL | 88.27º | 0.86% | 0.44% | - |
| HSV(B) | 88.27º | 0.92% | 0.81% | - |
| XYZ | 29.74 | 48.44 | 8.27 | - |
| YUV | 158.32 | 47.68 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 207 | 16 | 0.43 | 0 | 0.92 | 0.19 | 88.27 | 0.86 | 0.44 |
| Hex | 75 | CF | 10 | 2B | 0 | 5C | 13 | 58 | 56 | 2C |
| Octal | 165 | 317 | 20 | 53 | 0 | 134 | 23 | 130 | 126 | 54 |
| Binary | 1110101 | 11001111 | 10000 | 101011 | 0 | 1011100 | 10011 | 1011000 | 1010110 | 101100 |
Color Harmonies of #75CF10
Complementary color
Monochromatic Colors of #75CF10
Black with #75CF10
Text Example
Text Example
White with #75CF10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75CF10; }
p { color: rgb(117,207,16); }
H1.HeaderClassName
{
color: #75CF10;
}
.AnyTagClassName
{
color: #75CF10;
}
</style>
background-color css
<style>
a { background-color: #75CF10; }
a { background-color: rgb(117,207,16); }
div.DivClassName
{
background-color: #75CF10;
}
.BgClassName
{
background-color: #75CF10;
}
</style>
border-color css
<style>
span { border-color: #75CF10; }
span { border-color: rgb(117,207,16); }
td.TdClassName
{
border-color: #75CF10;
}
.TagClassName
{
border-color: #75CF10;
}
</style>