#62973E

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

Shades of Limeade #62973E

Tints of Limeade #62973E

Color information

#62973E (or 0x62973E) is unknown color: approx Limeade. HEX triplet: 62, 97 and 3E. RGB value is (98,151,62). Sum of RGB (Red+Green+Blue) = 98+151+62=311 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.51% from 311); Green value is 151 (59.38% from 255 or 48.55% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 151 - color contains mainly: green. Hex color #62973E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62973E is #9D68C1. Grayscale: #7D7D7D. Windows color (decimal): -10315970 or 4101986. OLE color: 4101986.

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

Color convert

RGB9815162-
CMYK0.3500.590.41
HSL95.73º41.78%41.76%-
HSV(B)95.73º58.94%59.22%-
XYZ16.9725.088.5-
YUV125.0192.44108.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.51%
GREEN value IS 151 (59.38% from 255) = 48.55%
BLUE value IS 62 (24.61% from 255) = 19.94%
R=31.51%
G=48.55%
B=19.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal98151620.3500.590.4195.7341.7841.76
Hex62973E2303B29602a2a
Octal1422277643073511405252
Binary11000101001011111111010001101110111010011100000101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62973E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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