#4F830F

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

Shades of Vida Loca #4F830F

Tints of Vida Loca #4F830F

Color information

#4F830F (or 0x4F830F) is unknown color: approx Vida Loca. HEX triplet: 4F, 83 and 0F. RGB value is (79,131,15). Sum of RGB (Red+Green+Blue) = 79+131+15=225 (29% of max value = 765). Red value is 79 (31.25% from 255 or 35.11% from 225); Green value is 131 (51.56% from 255 or 58.22% from 225); Blue value is 15 (6.25% from 255 or 6.67% from 225); Max value from RGB is 131 - color contains mainly: green. Hex color #4F830F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F830F is #B07CF0. Grayscale: #666666. Windows color (decimal): -11566321 or 1016655. OLE color: 1016655.

HSL color Cylindrical-coordinate representation of color #4F830F: hue angle of 86.9º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4F830F is Cyan = 0.40, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB7913115-
CMYK0.4000.890.49
HSL86.9º79.45%28.63%-
HSV(B)86.9º88.55%51.37%-
XYZ11.4317.933.31-
YUV102.2378.77111.43-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 35.11%
GREEN value IS 131 (51.56% from 255) = 58.22%
BLUE value IS 15 (6.25% from 255) = 6.67%
R=35.11%
G=58.22%
B=6.67%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal79131150.4000.890.4986.979.4528.63
Hex4F83F2805931574f1d
Octal117203175001316112711735
Binary1001111100000111111101000010110011100011010111100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F830F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F830F; }

 p { color: rgb(79,131,15); }

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

<style>
 a { background-color: #4F830F; }

 a { background-color: rgb(79,131,15); }

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

<style>
 span { border-color: #4F830F; }

 span { border-color: rgb(79,131,15); }

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