#58950F

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

Shades of Limeade #58950F

Tints of Limeade #58950F

Color information

#58950F (or 0x58950F) is unknown color: approx Limeade. HEX triplet: 58, 95 and 0F. RGB value is (88,149,15). Sum of RGB (Red+Green+Blue) = 88+149+15=252 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.92% from 252); Green value is 149 (58.59% from 255 or 59.13% from 252); Blue value is 15 (6.25% from 255 or 5.95% from 252); Max value from RGB is 149 - color contains mainly: green. Hex color #58950F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58950F is #A76AF0. Grayscale: #737373. Windows color (decimal): -10971889 or 1021272. OLE color: 1021272.

HSL color Cylindrical-coordinate representation of color #58950F: hue angle of 87.31º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #58950F is Cyan = 0.41, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB8814915-
CMYK0.4100.900.42
HSL87.31º81.71%32.16%-
HSV(B)87.31º89.93%58.43%-
XYZ14.8623.64.22-
YUV115.4871.29108.4-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.92%
GREEN value IS 149 (58.59% from 255) = 59.13%
BLUE value IS 15 (6.25% from 255) = 5.95%
R=34.92%
G=59.13%
B=5.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88149150.4100.900.4287.3181.7132.16
Hex5895F2905A2A575220
Octal130225175101325212712240
Binary10110001001010111111010010101101010101010101111010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58950F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,149,15); }

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

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

 a { background-color: rgb(88,149,15); }

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

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

 span { border-color: rgb(88,149,15); }

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