#5E8D25

Color #5E8D25 Vida Loca (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vida Loca #5E8D25

Tints of Vida Loca #5E8D25

Color information

#5E8D25 (or 0x5E8D25) is unknown color: approx Vida Loca. HEX triplet: 5E, 8D and 25. RGB value is (94,141,37). Sum of RGB (Red+Green+Blue) = 94+141+37=272 (36% of max value = 765). Red value is 94 (37.11% from 255 or 34.56% from 272); Green value is 141 (55.47% from 255 or 51.84% from 272); Blue value is 37 (14.84% from 255 or 13.60% from 272); Max value from RGB is 141 - color contains mainly: green. Hex color #5E8D25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5E8D25 is #A172DA. Grayscale: #737373. Windows color (decimal): -10580699 or 2461022. OLE color: 2461022.

HSL color Cylindrical-coordinate representation of color #5E8D25: hue angle of 87.12º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5E8D25 is Cyan = 0.33, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.

Color convert

RGB9414137-
CMYK0.3300.740.45
HSL87.12º58.43%34.9%-
HSV(B)87.12º73.76%55.29%-
XYZ14.4721.565.15-
YUV115.0983.93112.96-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 94 (37.11% from 255) = 34.56%
GREEN value IS 141 (55.47% from 255) = 51.84%
BLUE value IS 37 (14.84% from 255) = 13.60%
R=34.56%
G=51.84%
B=13.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal94141370.3300.740.4587.1258.4334.9
Hex5E8D252104A2D573a23
Octal13621545410112551277243
Binary101111010001101100101100001010010101011011010111111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E8D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E8D25; }

 p { color: rgb(94,141,37); }

 H1.HeaderClassName
 {
   color: #5E8D25;
 }
 .AnyTagClassName
 {
   color: #5E8D25;
 }
</style>
background-color css

<style>
 a { background-color: #5E8D25; }

 a { background-color: rgb(94,141,37); }

 div.DivClassName
 {
   background-color: #5E8D25;
 }
 .BgClassName
 {
   background-color: #5E8D25;
 }
</style>
border-color css

<style>
 span { border-color: #5E8D25; }

 span { border-color: rgb(94,141,37); }

 td.TdClassName
 {
   border-color: #5E8D25;
 }
 .TagClassName
 {
   border-color: #5E8D25;
 }
</style>