#5f971c

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

Shades of Limeade #5F971C

Tints of Limeade #5F971C

Color information

#5F971C (or 0x5F971C) is unknown color: approx Limeade. HEX triplet: 5F, 97 and 1C. RGB value is (95,151,28). Sum of RGB (Red+Green+Blue) = 95+151+28=274 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.67% from 274); Green value is 151 (59.38% from 255 or 55.11% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 151 - color contains mainly: green. Hex color #5F971C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F971C is #A068E3. Grayscale: #787878. Windows color (decimal): -10512612 or 1873759. OLE color: 1873759.

HSL color Cylindrical-coordinate representation of color #5F971C: hue angle of 87.32º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5F971C is Cyan = 0.37, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.41.

Color convert

RGB9515128-
CMYK0.3700.810.41
HSL87.32º68.72%35.1%-
HSV(B)87.32º81.46%59.22%-
XYZ1624.655.01-
YUV120.2375.95110-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 34.67%
GREEN value IS 151 (59.38% from 255) = 55.11%
BLUE value IS 28 (11.33% from 255) = 10.22%
R=34.67%
G=55.11%
B=10.22%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal95151280.3700.810.4187.3268.7235.1
Hex5F971C2505129574523
Octal137227344501215112710543
Binary101111110010111111001001010101000110100110101111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f971c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,151,28); }

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

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

 a { background-color: rgb(95,151,28); }

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

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

 span { border-color: rgb(95,151,28); }

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