#5F9A36

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

Shades of Limeade #5F9A36

Tints of Limeade #5F9A36

Color information

#5F9A36 (or 0x5F9A36) is unknown color: approx Limeade. HEX triplet: 5F, 9A and 36. RGB value is (95,154,54). Sum of RGB (Red+Green+Blue) = 95+154+54=303 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.35% from 303); Green value is 154 (60.55% from 255 or 50.83% from 303); Blue value is 54 (21.48% from 255 or 17.82% from 303); Max value from RGB is 154 - color contains mainly: green. Hex color #5F9A36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9A36 is #A065C9. Grayscale: #7D7D7D. Windows color (decimal): -10511818 or 3578463. OLE color: 3578463.

HSL color Cylindrical-coordinate representation of color #5F9A36: hue angle of 95.4º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5F9A36 is Cyan = 0.38, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.40.

Color convert

RGB9515454-
CMYK0.3800.650.40
HSL95.4º48.08%40.78%-
HSV(B)95.4º64.94%60.39%-
XYZ16.9425.817.58-
YUV124.9687.95106.63-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.35%
GREEN value IS 154 (60.55% from 255) = 50.83%
BLUE value IS 54 (21.48% from 255) = 17.82%
R=31.35%
G=50.83%
B=17.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal95154540.3800.650.4095.448.0840.78
Hex5F9A3626041285f3029
Octal13723266460101501376051
Binary101111110011010110110100110010000011010001011111110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,154,54); }

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

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

 a { background-color: rgb(95,154,54); }

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

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

 span { border-color: rgb(95,154,54); }

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