#62A221

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

Shades of Limeade #62A221

Tints of Limeade #62A221

Color information

#62A221 (or 0x62A221) is unknown color: approx Limeade. HEX triplet: 62, A2 and 21. RGB value is (98,162,33). Sum of RGB (Red+Green+Blue) = 98+162+33=293 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.45% from 293); Green value is 162 (63.67% from 255 or 55.29% from 293); Blue value is 33 (13.28% from 255 or 11.26% from 293); Max value from RGB is 162 - color contains mainly: green. Hex color #62A221 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62A221 is #9D5DDE. Grayscale: #808080. Windows color (decimal): -10313183 or 2204258. OLE color: 2204258.

HSL color Cylindrical-coordinate representation of color #62A221: hue angle of 89.77º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #62A221 is Cyan = 0.40, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB9816233-
CMYK0.4000.800.36
HSL89.77º66.15%38.24%-
HSV(B)89.77º79.63%63.53%-
XYZ18.2328.555.99-
YUV128.1674.3106.49-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.45%
GREEN value IS 162 (63.67% from 255) = 55.29%
BLUE value IS 33 (13.28% from 255) = 11.26%
R=33.45%
G=55.29%
B=11.26%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal98162330.4000.800.3689.7766.1538.24
Hex62A22128050245a4226
Octal142242415001204413210246
Binary1100010101000101000011010000101000010010010110101000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62A221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,162,33); }

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

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

 a { background-color: rgb(98,162,33); }

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

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

 span { border-color: rgb(98,162,33); }

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