#58982A

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

Shades of Limeade #58982A

Tints of Limeade #58982A

Color information

#58982A (or 0x58982A) is unknown color: approx Limeade. HEX triplet: 58, 98 and 2A. RGB value is (88,152,42). Sum of RGB (Red+Green+Blue) = 88+152+42=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 152 (59.77% from 255 or 53.90% from 282); Blue value is 42 (16.80% from 255 or 14.89% from 282); Max value from RGB is 152 - color contains mainly: green. Hex color #58982A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58982A is #A767D5. Grayscale: #787878. Windows color (decimal): -10971094 or 2791512. OLE color: 2791512.

HSL color Cylindrical-coordinate representation of color #58982A: hue angle of 94.91º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #58982A is Cyan = 0.42, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.

Color convert

RGB8815242-
CMYK0.4200.720.40
HSL94.91º56.7%38.04%-
HSV(B)94.91º72.37%59.61%-
XYZ15.6724.76.13-
YUV120.3283.8104.94-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.21%
GREEN value IS 152 (59.77% from 255) = 53.90%
BLUE value IS 42 (16.80% from 255) = 14.89%
R=31.21%
G=53.90%
B=14.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal88152420.4200.720.4094.9156.738.04
Hex58982A2A048285f3926
Octal13023052520110501377146
Binary101100010011000101010101010010010001010001011111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58982A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58982A; }

 p { color: rgb(88,152,42); }

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

<style>
 a { background-color: #58982A; }

 a { background-color: rgb(88,152,42); }

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

<style>
 span { border-color: #58982A; }

 span { border-color: rgb(88,152,42); }

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