#60993D

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

Shades of Limeade #60993D

Tints of Limeade #60993D

Color information

#60993D (or 0x60993D) is unknown color: approx Limeade. HEX triplet: 60, 99 and 3D. RGB value is (96,153,61). Sum of RGB (Red+Green+Blue) = 96+153+61=310 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.97% from 310); Green value is 153 (60.16% from 255 or 49.35% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 153 - color contains mainly: green. Hex color #60993D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60993D is #9F66C2. Grayscale: #7D7D7D. Windows color (decimal): -10446531 or 4036960. OLE color: 4036960.

HSL color Cylindrical-coordinate representation of color #60993D: hue angle of 97.17º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60993D is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.4.

Color convert

RGB9615361-
CMYK0.3700.600.4
HSL97.17º42.99%41.96%-
HSV(B)97.17º60.13%60%-
XYZ17.0625.618.46-
YUV125.4791.62106.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.97%
GREEN value IS 153 (60.16% from 255) = 49.35%
BLUE value IS 61 (24.22% from 255) = 19.68%
R=30.97%
G=49.35%
B=19.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal96153610.3700.600.497.1742.9941.96
Hex60993D2503C28612b2a
Octal1402317545074501415352
Binary11000001001100111110110010101111001010001100001101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60993D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60993D; }

 p { color: rgb(96,153,61); }

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

<style>
 a { background-color: #60993D; }

 a { background-color: rgb(96,153,61); }

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

<style>
 span { border-color: #60993D; }

 span { border-color: rgb(96,153,61); }

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