Shades of Lima #75C817
Tints of Lima #75C817
RGB
CMYK
RGB Variations
Color information
#75C817 (or 0x75C817) is known color: Lima. HEX triplet: 75, C8 and 17. RGB value is (117,200,23). Sum of RGB (Red+Green+Blue) = 117+200+23=340 (45% of max value = 765). Red value is 117 (46.09% from 255 or 34.41% from 340); Green value is 200 (78.52% from 255 or 58.82% from 340); Blue value is 23 (9.38% from 255 or 6.76% from 340); Max value from RGB is 200 - color contains mainly: green. Hex color #75C817 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #75C817 is #8A37E8. Grayscale: #9B9B9B. Windows color (decimal): -9058281 or 1558645. OLE color: 1558645.
HSL color Cylindrical-coordinate representation of color #75C817: hue angle of 88.14º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #75C817 is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 200 | 23 | - |
| CMYK | 0.42 | 0 | 0.88 | 0.22 |
| HSL | 88.14º | 0.79% | 0.44% | - |
| HSV(B) | 88.14º | 0.89% | 0.78% | - |
| XYZ | 28.15 | 45.15 | 8.04 | - |
| YUV | 155.01 | 53.5 | 100.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 200 | 23 | 0.42 | 0 | 0.88 | 0.22 | 88.14 | 0.79 | 0.44 |
| Hex | 75 | C8 | 17 | 2A | 0 | 58 | 16 | 58 | 4F | 2C |
| Octal | 165 | 310 | 27 | 52 | 0 | 130 | 26 | 130 | 117 | 54 |
| Binary | 1110101 | 11001000 | 10111 | 101010 | 0 | 1011000 | 10110 | 1011000 | 1001111 | 101100 |
Color Harmonies of #75C817
Complementary color
Monochromatic Colors of #75C817
Black with #75C817
Text Example
Text Example
White with #75C817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C817; }
p { color: rgb(117,200,23); }
H1.HeaderClassName
{
color: #75C817;
}
.AnyTagClassName
{
color: #75C817;
}
</style>
background-color css
<style>
a { background-color: #75C817; }
a { background-color: rgb(117,200,23); }
div.DivClassName
{
background-color: #75C817;
}
.BgClassName
{
background-color: #75C817;
}
</style>
border-color css
<style>
span { border-color: #75C817; }
span { border-color: rgb(117,200,23); }
td.TdClassName
{
border-color: #75C817;
}
.TagClassName
{
border-color: #75C817;
}
</style>