Shades of Vida Loca #55902A
Tints of Vida Loca #55902A
RGB
CMYK
RGB Variations
Color information
#55902A (or 0x55902A) is known color: Vida Loca. HEX triplet: 55, 90 and 2A. RGB value is (85,144,42). Sum of RGB (Red+Green+Blue) = 85+144+42=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 144 (56.64% from 255 or 53.14% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 144 - color contains mainly: green. Hex color #55902A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55902A is #AA6FD5. Grayscale: #737373. Windows color (decimal): -11169750 or 2789461. OLE color: 2789461.
HSL color Cylindrical-coordinate representation of color #55902A: hue angle of 94.71º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #55902A is Cyan = 0.41, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 85 | 144 | 42 | - |
| CMYK | 0.41 | 0 | 0.71 | 0.44 |
| HSL | 94.71º | 0.55% | 0.36% | - |
| HSV(B) | 94.71º | 0.71% | 0.56% | - |
| XYZ | 14.14 | 22.04 | 5.7 | - |
| YUV | 114.73 | 86.95 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 144 | 42 | 0.41 | 0 | 0.71 | 0.44 | 94.71 | 0.55 | 0.36 |
| Hex | 55 | 90 | 2A | 29 | 0 | 47 | 2C | 5F | 37 | 24 |
| Octal | 125 | 220 | 52 | 51 | 0 | 107 | 54 | 137 | 67 | 44 |
| Binary | 1010101 | 10010000 | 101010 | 101001 | 0 | 1000111 | 101100 | 1011111 | 110111 | 100100 |
Color Harmonies of #55902A
Complementary color
Monochromatic Colors of #55902A
Black with #55902A
Text Example
Text Example
White with #55902A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55902A; }
p { color: rgb(85,144,42); }
H1.HeaderClassName
{
color: #55902A;
}
.AnyTagClassName
{
color: #55902A;
}
</style>
background-color css
<style>
a { background-color: #55902A; }
a { background-color: rgb(85,144,42); }
div.DivClassName
{
background-color: #55902A;
}
.BgClassName
{
background-color: #55902A;
}
</style>
border-color css
<style>
span { border-color: #55902A; }
span { border-color: rgb(85,144,42); }
td.TdClassName
{
border-color: #55902A;
}
.TagClassName
{
border-color: #55902A;
}
</style>