#60982F

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

Shades of Limeade #60982F

Tints of Limeade #60982F

Color information

#60982F (or 0x60982F) is unknown color: approx Limeade. HEX triplet: 60, 98 and 2F. RGB value is (96,152,47). Sum of RGB (Red+Green+Blue) = 96+152+47=295 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.54% from 295); Green value is 152 (59.77% from 255 or 51.53% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 152 - color contains mainly: green. Hex color #60982F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60982F is #9F67D0. Grayscale: #7B7B7B. Windows color (decimal): -10446801 or 3119200. OLE color: 3119200.

HSL color Cylindrical-coordinate representation of color #60982F: hue angle of 92º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #60982F is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB9615247-
CMYK0.3700.690.40
HSL92º52.76%39.02%-
HSV(B)92º69.08%59.61%-
XYZ16.5725.156.67-
YUV123.2984.95108.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.54%
GREEN value IS 152 (59.77% from 255) = 51.53%
BLUE value IS 47 (18.75% from 255) = 15.93%
R=32.54%
G=51.53%
B=15.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal96152470.3700.690.409252.7639.02
Hex60982F25045285c3527
Octal14023057450105501346547
Binary110000010011000101111100101010001011010001011100110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60982F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,152,47); }

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

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

 a { background-color: rgb(96,152,47); }

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

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

 span { border-color: rgb(96,152,47); }

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