Shades of Lima #7BAF31
Tints of Lima #7BAF31
RGB
CMYK
RGB Variations
Color information
#7BAF31 (or 0x7BAF31) is known color: Lima. HEX triplet: 7B, AF and 31. RGB value is (123,175,49). Sum of RGB (Red+Green+Blue) = 123+175+49=347 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.45% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 49 (19.53% from 255 or 14.12% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7BAF31 is #8450CE. Grayscale: #919191. Windows color (decimal): -8671439 or 3256187. OLE color: 3256187.
HSL color Cylindrical-coordinate representation of color #7BAF31: hue angle of 84.76º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7BAF31 is Cyan = 0.30, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 175 | 49 | - |
| CMYK | 0.30 | 0 | 0.72 | 0.31 |
| HSL | 84.76º | 0.56% | 0.44% | - |
| HSV(B) | 84.76º | 0.72% | 0.69% | - |
| XYZ | 24.05 | 35.09 | 8.41 | - |
| YUV | 145.09 | 73.77 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 175 | 49 | 0.30 | 0 | 0.72 | 0.31 | 84.76 | 0.56 | 0.44 |
| Hex | 7B | AF | 31 | 1E | 0 | 48 | 1F | 55 | 38 | 2C |
| Octal | 173 | 257 | 61 | 36 | 0 | 110 | 37 | 125 | 70 | 54 |
| Binary | 1111011 | 10101111 | 110001 | 11110 | 0 | 1001000 | 11111 | 1010101 | 111000 | 101100 |
Color Harmonies of #7BAF31
Complementary color
Monochromatic Colors of #7BAF31
Black with #7BAF31
Text Example
Text Example
White with #7BAF31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAF31; }
p { color: rgb(123,175,49); }
H1.HeaderClassName
{
color: #7BAF31;
}
.AnyTagClassName
{
color: #7BAF31;
}
</style>
background-color css
<style>
a { background-color: #7BAF31; }
a { background-color: rgb(123,175,49); }
div.DivClassName
{
background-color: #7BAF31;
}
.BgClassName
{
background-color: #7BAF31;
}
</style>
border-color css
<style>
span { border-color: #7BAF31; }
span { border-color: rgb(123,175,49); }
td.TdClassName
{
border-color: #7BAF31;
}
.TagClassName
{
border-color: #7BAF31;
}
</style>