#62972E

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

Shades of Limeade #62972E

Tints of Limeade #62972E

Color information

#62972E (or 0x62972E) is unknown color: approx Limeade. HEX triplet: 62, 97 and 2E. RGB value is (98,151,46). Sum of RGB (Red+Green+Blue) = 98+151+46=295 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.22% from 295); Green value is 151 (59.38% from 255 or 51.19% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 151 - color contains mainly: green. Hex color #62972E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62972E is #9D68D1. Grayscale: #7B7B7B. Windows color (decimal): -10315986 or 3053410. OLE color: 3053410.

HSL color Cylindrical-coordinate representation of color #62972E: hue angle of 90.29º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #62972E is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB9815146-
CMYK0.3500.700.41
HSL90.29º53.3%38.63%-
HSV(B)90.29º69.54%59.22%-
XYZ16.624.936.52-
YUV123.1884.44110.04-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.22%
GREEN value IS 151 (59.38% from 255) = 51.19%
BLUE value IS 46 (18.36% from 255) = 15.59%
R=33.22%
G=51.19%
B=15.59%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal98151460.3500.700.4190.2953.338.63
Hex62972E23046295a3527
Octal14222756430106511326547
Binary110001010010111101110100011010001101010011011010110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62972E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62972E; }

 p { color: rgb(98,151,46); }

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

<style>
 a { background-color: #62972E; }

 a { background-color: rgb(98,151,46); }

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

<style>
 span { border-color: #62972E; }

 span { border-color: rgb(98,151,46); }

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