#639928

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

Shades of Limeade #639928

Tints of Limeade #639928

Color information

#639928 (or 0x639928) is unknown color: approx Limeade. HEX triplet: 63, 99 and 28. RGB value is (99,153,40). Sum of RGB (Red+Green+Blue) = 99+153+40=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 153 (60.16% from 255 or 52.40% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 153 - color contains mainly: green. Hex color #639928 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #639928 is #9C66D7. Grayscale: #7C7C7C. Windows color (decimal): -10249944 or 2660707. OLE color: 2660707.

HSL color Cylindrical-coordinate representation of color #639928: hue angle of 88.67º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #639928 is Cyan = 0.35, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.4.

Color convert

RGB9915340-
CMYK0.3500.740.4
HSL88.67º58.55%37.84%-
HSV(B)88.67º73.86%60%-
XYZ16.9225.596.05-
YUV123.9780.61110.19-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 33.90%
GREEN value IS 153 (60.16% from 255) = 52.40%
BLUE value IS 40 (16.02% from 255) = 13.70%
R=33.90%
G=52.40%
B=13.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal99153400.3500.740.488.6758.5537.84
Hex6399282304A28593b26
Octal14323150430112501317346
Binary110001110011001101000100011010010101010001011001111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639928

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639928; }

 p { color: rgb(99,153,40); }

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

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

 a { background-color: rgb(99,153,40); }

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

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

 span { border-color: rgb(99,153,40); }

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