#62A535

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

Shades of Limeade #62A535

Tints of Limeade #62A535

Color information

#62A535 (or 0x62A535) is unknown color: approx Limeade. HEX triplet: 62, A5 and 35. RGB value is (98,165,53). Sum of RGB (Red+Green+Blue) = 98+165+53=316 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.01% from 316); Green value is 165 (64.84% from 255 or 52.22% from 316); Blue value is 53 (21.09% from 255 or 16.77% from 316); Max value from RGB is 165 - color contains mainly: green. Hex color #62A535 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62A535 is #9D5ACA. Grayscale: #848484. Windows color (decimal): -10312395 or 3515746. OLE color: 3515746.

HSL color Cylindrical-coordinate representation of color #62A535: hue angle of 95.89º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #62A535 is Cyan = 0.41, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB9816553-
CMYK0.4100.680.35
HSL95.89º51.38%42.75%-
HSV(B)95.89º67.88%64.71%-
XYZ19.1329.768.1-
YUV132.283.3103.61-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.01%
GREEN value IS 165 (64.84% from 255) = 52.22%
BLUE value IS 53 (21.09% from 255) = 16.77%
R=31.01%
G=52.22%
B=16.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal98165530.4100.680.3595.8951.3842.75
Hex62A535290442360332b
Octal14224565510104431406353
Binary110001010100101110101101001010001001000111100000110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,165,53); }

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

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

 a { background-color: rgb(98,165,53); }

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

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

 span { border-color: rgb(98,165,53); }

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