#58953A

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

Shades of Limeade #58953A

Tints of Limeade #58953A

Color information

#58953A (or 0x58953A) is unknown color: approx Limeade. HEX triplet: 58, 95 and 3A. RGB value is (88,149,58). Sum of RGB (Red+Green+Blue) = 88+149+58=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 149 (58.59% from 255 or 50.51% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 149 - color contains mainly: green. Hex color #58953A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58953A is #A76AC5. Grayscale: #787878. Windows color (decimal): -10971846 or 3839320. OLE color: 3839320.

HSL color Cylindrical-coordinate representation of color #58953A: hue angle of 100.22º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58953A is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB8814958-
CMYK0.4100.610.42
HSL100.22º43.96%40.59%-
HSV(B)100.22º61.07%58.43%-
XYZ15.5423.887.79-
YUV120.3992.79104.9-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.83%
GREEN value IS 149 (58.59% from 255) = 50.51%
BLUE value IS 58 (23.05% from 255) = 19.66%
R=29.83%
G=50.51%
B=19.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal88149580.4100.610.42100.2243.9640.59
Hex58953A2903D2A642c29
Octal1302257251075521445451
Binary10110001001010111101010100101111011010101100100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58953A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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