#5F9B20

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

Shades of Limeade #5F9B20

Tints of Limeade #5F9B20

Color information

#5F9B20 (or 0x5F9B20) is unknown color: approx Limeade. HEX triplet: 5F, 9B and 20. RGB value is (95,155,32). Sum of RGB (Red+Green+Blue) = 95+155+32=282 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.69% from 282); Green value is 155 (60.94% from 255 or 54.96% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 155 - color contains mainly: green. Hex color #5F9B20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F9B20 is #A064DF. Grayscale: #7B7B7B. Windows color (decimal): -10511584 or 2136927. OLE color: 2136927.

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

Color convert

RGB9515532-
CMYK0.3900.790.39
HSL89.27º65.78%36.67%-
HSV(B)89.27º79.35%60.78%-
XYZ16.725.985.5-
YUV123.0476.62108-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 33.69%
GREEN value IS 155 (60.94% from 255) = 54.96%
BLUE value IS 32 (12.89% from 255) = 11.35%
R=33.69%
G=54.96%
B=11.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal95155320.3900.790.3989.2765.7836.67
Hex5F9B202704F27594225
Octal137233404701174713110245
Binary1011111100110111000001001110100111110011110110011000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F9B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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