#58961F

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

Shades of Limeade #58961F

Tints of Limeade #58961F

Color information

#58961F (or 0x58961F) is unknown color: approx Limeade. HEX triplet: 58, 96 and 1F. RGB value is (88,150,31). Sum of RGB (Red+Green+Blue) = 88+150+31=269 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.71% from 269); Green value is 150 (58.98% from 255 or 55.76% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 150 - color contains mainly: green. Hex color #58961F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58961F is #A769E0. Grayscale: #767676. Windows color (decimal): -10971617 or 2070104. OLE color: 2070104.

HSL color Cylindrical-coordinate representation of color #58961F: hue angle of 91.26º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #58961F is Cyan = 0.41, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB8815031-
CMYK0.4100.790.41
HSL91.26º65.75%35.49%-
HSV(B)91.26º79.33%58.82%-
XYZ15.1823.995.13-
YUV117.978.96106.68-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.71%
GREEN value IS 150 (58.98% from 255) = 55.76%
BLUE value IS 31 (12.5% from 255) = 11.52%
R=32.71%
G=55.76%
B=11.52%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal88150310.4100.790.4191.2665.7535.49
Hex58961F2904F295b4223
Octal130226375101175113310243
Binary101100010010110111111010010100111110100110110111000010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58961F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58961F; }

 p { color: rgb(88,150,31); }

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

<style>
 a { background-color: #58961F; }

 a { background-color: rgb(88,150,31); }

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

<style>
 span { border-color: #58961F; }

 span { border-color: rgb(88,150,31); }

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