#58940B

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

Shades of Limeade #58940B

Tints of Limeade #58940B

Color information

#58940B (or 0x58940B) is unknown color: approx Limeade. HEX triplet: 58, 94 and 0B. RGB value is (88,148,11). Sum of RGB (Red+Green+Blue) = 88+148+11=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 148 (58.20% from 255 or 59.92% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 148 - color contains mainly: green. Hex color #58940B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #58940B is #A76BF4. Grayscale: #727272. Windows color (decimal): -10972149 or 758872. OLE color: 758872.

HSL color Cylindrical-coordinate representation of color #58940B: hue angle of 86.28º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #58940B is Cyan = 0.41, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB8814811-
CMYK0.4100.930.42
HSL86.28º86.16%31.18%-
HSV(B)86.28º92.57%58.04%-
XYZ14.6723.284.04-
YUV114.4469.62109.14-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.63%
GREEN value IS 148 (58.20% from 255) = 59.92%
BLUE value IS 11 (4.69% from 255) = 4.45%
R=35.63%
G=59.92%
B=4.45%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88148110.4100.930.4286.2886.1631.18
Hex5894B2905D2A56561f
Octal130224135101355212612637
Binary1011000100101001011101001010111011010101010110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58940B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58940B; }

 p { color: rgb(88,148,11); }

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

<style>
 a { background-color: #58940B; }

 a { background-color: rgb(88,148,11); }

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

<style>
 span { border-color: #58940B; }

 span { border-color: rgb(88,148,11); }

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