#63971A

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

Shades of Limeade #63971A

Tints of Limeade #63971A

Color information

#63971A (or 0x63971A) is unknown color: approx Limeade. HEX triplet: 63, 97 and 1A. RGB value is (99,151,26). Sum of RGB (Red+Green+Blue) = 99+151+26=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 151 (59.38% from 255 or 54.71% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 151 - color contains mainly: green. Hex color #63971A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63971A is #9C68E5. Grayscale: #797979. Windows color (decimal): -10250470 or 1742691. OLE color: 1742691.

HSL color Cylindrical-coordinate representation of color #63971A: hue angle of 84.96º 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 #63971A is Cyan = 0.34, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB9915126-
CMYK0.3400.830.41
HSL84.96º70.62%34.71%-
HSV(B)84.96º82.78%59.22%-
XYZ16.424.864.91-
YUV121.274.27112.16-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.87%
GREEN value IS 151 (59.38% from 255) = 54.71%
BLUE value IS 26 (10.55% from 255) = 9.42%
R=35.87%
G=54.71%
B=9.42%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal99151260.3400.830.4184.9670.6234.71
Hex63971A2205329554723
Octal143227324201235112510743
Binary110001110010111110101000100101001110100110101011000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63971A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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