#5F992D

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

Shades of Limeade #5F992D

Tints of Limeade #5F992D

Color information

#5F992D (or 0x5F992D) is unknown color: approx Limeade. HEX triplet: 5F, 99 and 2D. RGB value is (95,153,45). Sum of RGB (Red+Green+Blue) = 95+153+45=293 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.42% from 293); Green value is 153 (60.16% from 255 or 52.22% from 293); Blue value is 45 (17.97% from 255 or 15.36% from 293); Max value from RGB is 153 - color contains mainly: green. Hex color #5F992D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5F992D is #A066D2. Grayscale: #7B7B7B. Windows color (decimal): -10512083 or 2988383. OLE color: 2988383.

HSL color Cylindrical-coordinate representation of color #5F992D: hue angle of 92.22º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5F992D is Cyan = 0.38, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.

Color convert

RGB9515345-
CMYK0.3800.710.4
HSL92.22º54.55%38.82%-
HSV(B)92.22º70.59%60%-
XYZ16.5825.46.51-
YUV123.3583.78107.78-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.42%
GREEN value IS 153 (60.16% from 255) = 52.22%
BLUE value IS 45 (17.97% from 255) = 15.36%
R=32.42%
G=52.22%
B=15.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal95153450.3800.710.492.2254.5538.82
Hex5F992D26047285c3727
Octal13723155460107501346747
Binary101111110011001101101100110010001111010001011100110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F992D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,153,45); }

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

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

 a { background-color: rgb(95,153,45); }

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

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

 span { border-color: rgb(95,153,45); }

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