#639816

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

Shades of Limeade #639816

Tints of Limeade #639816

Color information

#639816 (or 0x639816) is unknown color: approx Limeade. HEX triplet: 63, 98 and 16. RGB value is (99,152,22). Sum of RGB (Red+Green+Blue) = 99+152+22=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 152 (59.77% from 255 or 55.68% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 152 - color contains mainly: green. Hex color #639816 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #639816 is #9C67E9. Grayscale: #797979. Windows color (decimal): -10250218 or 1480803. OLE color: 1480803.

HSL color Cylindrical-coordinate representation of color #639816: hue angle of 84.46º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #639816 is Cyan = 0.35, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.40.

Color convert

RGB9915222-
CMYK0.3500.860.40
HSL84.46º74.71%34.12%-
HSV(B)84.46º85.53%59.61%-
XYZ16.5225.174.75-
YUV121.3371.94112.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.26%
GREEN value IS 152 (59.77% from 255) = 55.68%
BLUE value IS 22 (8.98% from 255) = 8.06%
R=36.26%
G=55.68%
B=8.06%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal99152220.3500.860.4084.4674.7134.12
Hex6398162305628544b22
Octal143230264301265012411342
Binary110001110011000101101000110101011010100010101001001011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639816; }

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

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

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

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

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

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

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

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