Shades of Lima #74B935
Tints of Lima #74B935
RGB
CMYK
RGB Variations
Color information
#74B935 (or 0x74B935) is known color: Lima. HEX triplet: 74, B9 and 35. RGB value is (116,185,53). Sum of RGB (Red+Green+Blue) = 116+185+53=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 185 (72.66% from 255 or 52.26% from 354); Blue value is 53 (21.09% from 255 or 14.97% from 354); Max value from RGB is 185 - color contains mainly: green. Hex color #74B935 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74B935 is #8B46CA. Grayscale: #959595. Windows color (decimal): -9127627 or 3520884. OLE color: 3520884.
HSL color Cylindrical-coordinate representation of color #74B935: hue angle of 91.36º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #74B935 is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 116 | 185 | 53 | - |
| CMYK | 0.37 | 0 | 0.71 | 0.27 |
| HSL | 91.36º | 0.55% | 0.47% | - |
| HSV(B) | 91.36º | 0.71% | 0.73% | - |
| XYZ | 25.19 | 38.67 | 9.5 | - |
| YUV | 149.32 | 73.64 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 185 | 53 | 0.37 | 0 | 0.71 | 0.27 | 91.36 | 0.55 | 0.47 |
| Hex | 74 | B9 | 35 | 25 | 0 | 47 | 1B | 5B | 37 | 2F |
| Octal | 164 | 271 | 65 | 45 | 0 | 107 | 33 | 133 | 67 | 57 |
| Binary | 1110100 | 10111001 | 110101 | 100101 | 0 | 1000111 | 11011 | 1011011 | 110111 | 101111 |
Color Harmonies of #74B935
Complementary color
Monochromatic Colors of #74B935
Black with #74B935
Text Example
Text Example
White with #74B935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74B935; }
p { color: rgb(116,185,53); }
H1.HeaderClassName
{
color: #74B935;
}
.AnyTagClassName
{
color: #74B935;
}
</style>
background-color css
<style>
a { background-color: #74B935; }
a { background-color: rgb(116,185,53); }
div.DivClassName
{
background-color: #74B935;
}
.BgClassName
{
background-color: #74B935;
}
</style>
border-color css
<style>
span { border-color: #74B935; }
span { border-color: rgb(116,185,53); }
td.TdClassName
{
border-color: #74B935;
}
.TagClassName
{
border-color: #74B935;
}
</style>