#62A631

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

Shades of Limeade #62A631

Tints of Limeade #62A631

Color information

#62A631 (or 0x62A631) is unknown color: approx Limeade. HEX triplet: 62, A6 and 31. RGB value is (98,166,49). Sum of RGB (Red+Green+Blue) = 98+166+49=313 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.31% from 313); Green value is 166 (65.23% from 255 or 53.04% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 166 - color contains mainly: green. Hex color #62A631 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62A631 is #9D59CE. Grayscale: #848484. Windows color (decimal): -10312143 or 3253858. OLE color: 3253858.

HSL color Cylindrical-coordinate representation of color #62A631: hue angle of 94.87º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #62A631 is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB9816649-
CMYK0.4100.700.35
HSL94.87º54.42%42.16%-
HSV(B)94.87º70.48%65.1%-
XYZ19.2330.097.7-
YUV132.3380.97103.51-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.31%
GREEN value IS 166 (65.23% from 255) = 53.04%
BLUE value IS 49 (19.53% from 255) = 15.65%
R=31.31%
G=53.04%
B=15.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal98166490.4100.700.3594.8754.4242.16
Hex62A63129046235f362a
Octal14224661510106431376652
Binary110001010100110110001101001010001101000111011111110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62A631; }

 p { color: rgb(98,166,49); }

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

<style>
 a { background-color: #62A631; }

 a { background-color: rgb(98,166,49); }

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

<style>
 span { border-color: #62A631; }

 span { border-color: rgb(98,166,49); }

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