Shades of Lima #75C827
Tints of Lima #75C827
RGB
CMYK
RGB Variations
Color information
#75C827 (or 0x75C827) is known color: Lima. HEX triplet: 75, C8 and 27. RGB value is (117,200,39). Sum of RGB (Red+Green+Blue) = 117+200+39=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 200 (78.52% from 255 or 56.18% from 356); Blue value is 39 (15.62% from 255 or 10.96% from 356); Max value from RGB is 200 - color contains mainly: green. Hex color #75C827 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75C827 is #8A37D8. Grayscale: #9D9D9D. Windows color (decimal): -9058265 or 2607221. OLE color: 2607221.
HSL color Cylindrical-coordinate representation of color #75C827: hue angle of 90.93º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #75C827 is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 117 | 200 | 39 | - |
| CMYK | 0.42 | 0 | 0.80 | 0.22 |
| HSL | 90.93º | 0.67% | 0.47% | - |
| HSV(B) | 90.93º | 0.81% | 0.78% | - |
| XYZ | 28.36 | 45.24 | 9.16 | - |
| YUV | 156.83 | 61.5 | 99.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 200 | 39 | 0.42 | 0 | 0.80 | 0.22 | 90.93 | 0.67 | 0.47 |
| Hex | 75 | C8 | 27 | 2A | 0 | 50 | 16 | 5B | 43 | 2F |
| Octal | 165 | 310 | 47 | 52 | 0 | 120 | 26 | 133 | 103 | 57 |
| Binary | 1110101 | 11001000 | 100111 | 101010 | 0 | 1010000 | 10110 | 1011011 | 1000011 | 101111 |
Color Harmonies of #75C827
Complementary color
Monochromatic Colors of #75C827
Black with #75C827
Text Example
Text Example
White with #75C827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75C827; }
p { color: rgb(117,200,39); }
H1.HeaderClassName
{
color: #75C827;
}
.AnyTagClassName
{
color: #75C827;
}
</style>
background-color css
<style>
a { background-color: #75C827; }
a { background-color: rgb(117,200,39); }
div.DivClassName
{
background-color: #75C827;
}
.BgClassName
{
background-color: #75C827;
}
</style>
border-color css
<style>
span { border-color: #75C827; }
span { border-color: rgb(117,200,39); }
td.TdClassName
{
border-color: #75C827;
}
.TagClassName
{
border-color: #75C827;
}
</style>