#63982D

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

Shades of Limeade #63982D

Tints of Limeade #63982D

Color information

#63982D (or 0x63982D) is unknown color: approx Limeade. HEX triplet: 63, 98 and 2D. RGB value is (99,152,45). Sum of RGB (Red+Green+Blue) = 99+152+45=296 (39% of max value = 765). Red value is 99 (39.06% from 255 or 33.45% from 296); Green value is 152 (59.77% from 255 or 51.35% from 296); Blue value is 45 (17.97% from 255 or 15.20% from 296); Max value from RGB is 152 - color contains mainly: green. Hex color #63982D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #63982D is #9C67D2. Grayscale: #7C7C7C. Windows color (decimal): -10250195 or 2988131. OLE color: 2988131.

HSL color Cylindrical-coordinate representation of color #63982D: hue angle of 89.72º degrees, saturation: 0.54, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #63982D is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.40.

Color convert

RGB9915245-
CMYK0.3500.700.40
HSL89.72º54.31%38.63%-
HSV(B)89.72º70.39%59.61%-
XYZ16.8525.36.48-
YUV123.9583.44110.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.45%
GREEN value IS 152 (59.77% from 255) = 51.35%
BLUE value IS 45 (17.97% from 255) = 15.20%
R=33.45%
G=51.35%
B=15.20%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal99152450.3500.700.4089.7254.3138.63
Hex63982D23046285a3627
Octal14323055430106501326647
Binary110001110011000101101100011010001101010001011010110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63982D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63982D; }

 p { color: rgb(99,152,45); }

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

<style>
 a { background-color: #63982D; }

 a { background-color: rgb(99,152,45); }

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

<style>
 span { border-color: #63982D; }

 span { border-color: rgb(99,152,45); }

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