Shades of Vida Loca #527F0F
Tints of Vida Loca #527F0F
RGB
CMYK
RGB Variations
Color information
#527F0F (or 0x527F0F) is known color: Vida Loca. HEX triplet: 52, 7F and 0F. RGB value is (82,127,15). Sum of RGB (Red+Green+Blue) = 82+127+15=224 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.61% from 224); Green value is 127 (50% from 255 or 56.70% from 224); Blue value is 15 (6.25% from 255 or 6.70% from 224); Max value from RGB is 127 - color contains mainly: green. Hex color #527F0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #527F0F is #AD80F0. Grayscale: #656565. Windows color (decimal): -11370737 or 1015634. OLE color: 1015634.
HSL color Cylindrical-coordinate representation of color #527F0F: hue angle of 84.11º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #527F0F is Cyan = 0.35, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 82 | 127 | 15 | - |
| CMYK | 0.35 | 0 | 0.88 | 0.50 |
| HSL | 84.11º | 0.79% | 0.28% | - |
| HSV(B) | 84.11º | 0.88% | 0.5% | - |
| XYZ | 11.16 | 17.01 | 3.15 | - |
| YUV | 100.78 | 79.59 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 127 | 15 | 0.35 | 0 | 0.88 | 0.50 | 84.11 | 0.79 | 0.28 |
| Hex | 52 | 7F | F | 23 | 0 | 58 | 32 | 54 | 4F | 1C |
| Octal | 122 | 177 | 17 | 43 | 0 | 130 | 62 | 124 | 117 | 34 |
| Binary | 1010010 | 1111111 | 1111 | 100011 | 0 | 1011000 | 110010 | 1010100 | 1001111 | 11100 |
Color Harmonies of #527F0F
Complementary color
Monochromatic Colors of #527F0F
Black with #527F0F
Text Example
Text Example
White with #527F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527F0F; }
p { color: rgb(82,127,15); }
H1.HeaderClassName
{
color: #527F0F;
}
.AnyTagClassName
{
color: #527F0F;
}
</style>
background-color css
<style>
a { background-color: #527F0F; }
a { background-color: rgb(82,127,15); }
div.DivClassName
{
background-color: #527F0F;
}
.BgClassName
{
background-color: #527F0F;
}
</style>
border-color css
<style>
span { border-color: #527F0F; }
span { border-color: rgb(82,127,15); }
td.TdClassName
{
border-color: #527F0F;
}
.TagClassName
{
border-color: #527F0F;
}
</style>