Html Css Color HEX #508B25 Vida Loca

📋 copy color: '#508B25'

red 80 ◦ green 139 ◦ blue 37

#508B25
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vida Loca #508B25

Tints of Vida Loca #508B25

RGB

 RED value IS 80 (31.64% from 255) = 31.25%

 GREEN value IS 139 (54.69% from 255) = 54.3%

 BLUE value IS 37 (14.84% from 255) = 14.45%

R = 31.25%
G = 54.3%
B = 14.45%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.73

 K value IS 0.45

RGB Variations

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

Color information

#508B25 (or 0x508B25) is known color: Vida Loca. HEX triplet: 50, 8B and 25. RGB value is (80,139,37). Sum of RGB (Red+Green+Blue) = 80+139+37=256 (33% of max value = 765). Red value is 80 (31.64% from 255 or 31.25% from 256); Green value is 139 (54.69% from 255 or 54.30% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 139 - color contains mainly: green. Hex color #508B25 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508B25 is #AF74DA. Grayscale: #6E6E6E. Windows color (decimal): -11498715 or 2460496. OLE color: 2460496.

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

Color convert

RGB 80 139 37 -
CMYK 0.42 0 0.73 0.45
HSL 94.71º 0.58% 0.35% -
HSV(B) 94.71º 0.73% 0.55% -
XYZ 12.87 20.3 4.99 -
YUV 109.73 86.95 106.79 -
System Red Green Blue C M Y K H S L
Decimal 80 139 37 0.42 0 0.73 0.45 94.71 0.58 0.35
Hex 50 8B 25 2A 0 49 2D 5F 3A 23
Octal 120 213 45 52 0 111 55 137 72 43
Binary 1010000 10001011 100101 101010 0 1001001 101101 1011111 111010 100011

Color Harmonies of #508B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508B25

Black with #508B25

Text Example


Text Example

White with #508B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508B25; }

 p { color: rgb(80,139,37); }

 H1.HeaderClassName
 {
   color: #508B25;
 }
 .AnyTagClassName
 {
   color: #508B25;
 }
</style>

background-color css

<style>
 a { background-color: #508B25; }

 a { background-color: rgb(80,139,37); }

 div.DivClassName
 {
   background-color: #508B25;
 }
 .BgClassName
 {
   background-color: #508B25;
 }
</style>

border-color css

<style>
 span { border-color: #508B25; }

 span { border-color: rgb(80,139,37); }

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