#5F9B35

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

Shades of Limeade #5F9B35

Tints of Limeade #5F9B35

Color information

#5F9B35 (or 0x5F9B35) is unknown color: approx Limeade. HEX triplet: 5F, 9B and 35. RGB value is (95,155,53). Sum of RGB (Red+Green+Blue) = 95+155+53=303 (40% of max value = 765). Red value is 95 (37.5% from 255 or 31.35% from 303); Green value is 155 (60.94% from 255 or 51.16% from 303); Blue value is 53 (21.09% from 255 or 17.49% from 303); Max value from RGB is 155 - color contains mainly: green. Hex color #5F9B35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9B35 is #A064CA. Grayscale: #7D7D7D. Windows color (decimal): -10511563 or 3513183. OLE color: 3513183.

HSL color Cylindrical-coordinate representation of color #5F9B35: hue angle of 95.29º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5F9B35 is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.39.

Color convert

RGB9515553-
CMYK0.3900.660.39
HSL95.29º49.04%40.78%-
HSV(B)95.29º65.81%60.78%-
XYZ17.0826.137.51-
YUV125.4387.12106.29-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.35%
GREEN value IS 155 (60.94% from 255) = 51.16%
BLUE value IS 53 (21.09% from 255) = 17.49%
R=31.35%
G=51.16%
B=17.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal95155530.3900.660.3995.2949.0440.78
Hex5F9B3527042275f3129
Octal13723365470102471376151
Binary101111110011011110101100111010000101001111011111110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,155,53); }

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

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

 a { background-color: rgb(95,155,53); }

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

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

 span { border-color: rgb(95,155,53); }

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