#62A536

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

Shades of Limeade #62A536

Tints of Limeade #62A536

Color information

#62A536 (or 0x62A536) is unknown color: approx Limeade. HEX triplet: 62, A5 and 36. RGB value is (98,165,54). Sum of RGB (Red+Green+Blue) = 98+165+54=317 (41% of max value = 765). Red value is 98 (38.67% from 255 or 30.91% from 317); Green value is 165 (64.84% from 255 or 52.05% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 165 - color contains mainly: green. Hex color #62A536 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62A536 is #9D5AC9. Grayscale: #848484. Windows color (decimal): -10312394 or 3581282. OLE color: 3581282.

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

Color convert

RGB9816554-
CMYK0.4100.670.35
HSL96.22º50.68%42.94%-
HSV(B)96.22º67.27%64.71%-
XYZ19.1629.778.23-
YUV132.3183.8103.53-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.91%
GREEN value IS 165 (64.84% from 255) = 52.05%
BLUE value IS 54 (21.48% from 255) = 17.03%
R=30.91%
G=52.05%
B=17.03%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal98165540.4100.670.3596.2250.6842.94
Hex62A536290432360332b
Octal14224566510103431406353
Binary110001010100101110110101001010000111000111100000110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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