#62981A

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

Shades of Limeade #62981A

Tints of Limeade #62981A

Color information

#62981A (or 0x62981A) is unknown color: approx Limeade. HEX triplet: 62, 98 and 1A. RGB value is (98,152,26). Sum of RGB (Red+Green+Blue) = 98+152+26=276 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.51% from 276); Green value is 152 (59.77% from 255 or 55.07% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 152 - color contains mainly: green. Hex color #62981A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62981A is #9D67E5. Grayscale: #797979. Windows color (decimal): -10315750 or 1742946. OLE color: 1742946.

HSL color Cylindrical-coordinate representation of color #62981A: hue angle of 85.71º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #62981A is Cyan = 0.36, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.40.

Color convert

RGB9815226-
CMYK0.3600.830.40
HSL85.71º70.79%34.9%-
HSV(B)85.71º82.89%59.61%-
XYZ16.4525.134.96-
YUV121.4974.11111.25-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.51%
GREEN value IS 152 (59.77% from 255) = 55.07%
BLUE value IS 26 (10.55% from 255) = 9.42%
R=35.51%
G=55.07%
B=9.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal98152260.3600.830.4085.7170.7934.9
Hex62981A2405328564723
Octal142230324401235012610743
Binary110001010011000110101001000101001110100010101101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62981A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62981A; }

 p { color: rgb(98,152,26); }

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

<style>
 a { background-color: #62981A; }

 a { background-color: rgb(98,152,26); }

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

<style>
 span { border-color: #62981A; }

 span { border-color: rgb(98,152,26); }

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