#62971A

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

Shades of Limeade #62971A

Tints of Limeade #62971A

Color information

#62971A (or 0x62971A) is unknown color: approx Limeade. HEX triplet: 62, 97 and 1A. RGB value is (98,151,26). Sum of RGB (Red+Green+Blue) = 98+151+26=275 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.64% from 275); Green value is 151 (59.38% from 255 or 54.91% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 151 - color contains mainly: green. Hex color #62971A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62971A is #9D68E5. Grayscale: #797979. Windows color (decimal): -10316006 or 1742690. OLE color: 1742690.

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

Color convert

RGB9815126-
CMYK0.3500.830.41
HSL85.44º70.62%34.71%-
HSV(B)85.44º82.78%59.22%-
XYZ16.2924.84.91-
YUV120.974.44111.66-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.64%
GREEN value IS 151 (59.38% from 255) = 54.91%
BLUE value IS 26 (10.55% from 255) = 9.45%
R=35.64%
G=54.91%
B=9.45%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal98151260.3500.830.4185.4470.6234.71
Hex62971A2305329554723
Octal142227324301235112510743
Binary110001010010111110101000110101001110100110101011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62971A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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