Html Css Color HEX #538C00 Vida Loca

📋 copy color: '#538C00'

red 83 ◦ green 140 ◦ blue 0

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

Shades of Vida Loca #538C00

Tints of Vida Loca #538C00

RGB

 RED value IS 83 (32.81% from 255) = 37.22%

 GREEN value IS 140 (55.08% from 255) = 62.78%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 37.22%
G = 62.78%
B = 0%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 1

 K value IS 0.45

RGB Variations

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

Color information

#538C00 (or 0x538C00) is known color: Vida Loca. HEX triplet: 53, 8C and 00. RGB value is (83,140,0). Sum of RGB (Red+Green+Blue) = 83+140+0=223 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.22% from 223); Green value is 140 (55.08% from 255 or 62.78% from 223); Blue value is 0 (0.39% from 255 or 0% from 223); Max value from RGB is 140 - color contains mainly: green. Hex color #538C00 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #538C00 is #AC73FF. Grayscale: #6B6B6B. Windows color (decimal): -11301888 or 35923. OLE color: 35923.

HSL color Cylindrical-coordinate representation of color #538C00: hue angle of 84.43º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #538C00 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.45.

Color convert

RGB 83 140 0 -
CMYK 0.41 0 1 0.45
HSL 84.43º 1% 0.27% -
HSV(B) 84.43º 1% 0.55% -
XYZ 12.95 20.6 3.29 -
YUV 107 67.62 110.88 -
System Red Green Blue C M Y K H S L
Decimal 83 140 0 0.41 0 1 0.45 84.43 1 0.27
Hex 53 8C 0 29 0 64 2D 54 64 1B
Octal 123 214 0 51 0 144 55 124 144 33
Binary 1010011 10001100 0 101001 0 1100100 101101 1010100 1100100 11011

Color Harmonies of #538C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #538C00

Black with #538C00

Text Example


Text Example

White with #538C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #538C00; }

 p { color: rgb(83,140,0); }

 H1.HeaderClassName
 {
   color: #538C00;
 }
 .AnyTagClassName
 {
   color: #538C00;
 }
</style>

background-color css

<style>
 a { background-color: #538C00; }

 a { background-color: rgb(83,140,0); }

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

border-color css

<style>
 span { border-color: #538C00; }

 span { border-color: rgb(83,140,0); }

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