#5C9F50

Color #5C9F50 Hippie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Green #5C9F50

Tints of Hippie Green #5C9F50

Color information

#5C9F50 (or 0x5C9F50) is unknown color: approx Hippie Green. HEX triplet: 5C, 9F and 50. RGB value is (92,159,80). Sum of RGB (Red+Green+Blue) = 92+159+80=331 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.79% from 331); Green value is 159 (62.5% from 255 or 48.04% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 159 - color contains mainly: green. Hex color #5C9F50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5C9F50 is #A360AF. Grayscale: #828282. Windows color (decimal): -10707120 or 5283676. OLE color: 5283676.

HSL color Cylindrical-coordinate representation of color #5C9F50: hue angle of 110.89º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5C9F50 is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB9215980-
CMYK0.4200.500.38
HSL110.89º33.05%46.86%-
HSV(B)110.89º49.69%62.35%-
XYZ18.2627.6511.96-
YUV129.9699.8100.92-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 27.79%
GREEN value IS 159 (62.5% from 255) = 48.04%
BLUE value IS 80 (31.64% from 255) = 24.17%
R=27.79%
G=48.04%
B=24.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal92159800.4200.500.38110.8933.0546.86
Hex5C9F502A032266f212f
Octal13423712052062461574157
Binary101110010011111101000010101001100101001101101111100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C9F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,159,80); }

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

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

 a { background-color: rgb(92,159,80); }

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

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

 span { border-color: rgb(92,159,80); }

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