#639f1f

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

Shades of Limeade #639F1F

Tints of Limeade #639F1F

Color information

#639F1F (or 0x639F1F) is unknown color: approx Limeade. HEX triplet: 63, 9F and 1F. RGB value is (99,159,31). Sum of RGB (Red+Green+Blue) = 99+159+31=289 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.26% from 289); Green value is 159 (62.5% from 255 or 55.02% from 289); Blue value is 31 (12.5% from 255 or 10.73% from 289); Max value from RGB is 159 - color contains mainly: green. Hex color #639F1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #639F1F is #9C60E0. Grayscale: #7E7E7E. Windows color (decimal): -10248417 or 2072419. OLE color: 2072419.

HSL color Cylindrical-coordinate representation of color #639F1F: hue angle of 88.12º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #639F1F is Cyan = 0.38, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.38.

Color convert

RGB9915931-
CMYK0.3800.810.38
HSL88.12º67.37%37.25%-
HSV(B)88.12º80.5%62.35%-
XYZ17.7927.555.68-
YUV126.4774.12108.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.26%
GREEN value IS 159 (62.5% from 255) = 55.02%
BLUE value IS 31 (12.5% from 255) = 10.73%
R=34.26%
G=55.02%
B=10.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal99159310.3800.810.3888.1267.3737.25
Hex639F1F2605126584325
Octal143237374601214613010345
Binary110001110011111111111001100101000110011010110001000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639f1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639f1f; }

 p { color: rgb(99,159,31); }

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

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

 a { background-color: rgb(99,159,31); }

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

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

 span { border-color: rgb(99,159,31); }

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