#639d1f

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

Shades of Limeade #639D1F

Tints of Limeade #639D1F

Color information

#639D1F (or 0x639D1F) is unknown color: approx Limeade. HEX triplet: 63, 9D and 1F. RGB value is (99,157,31). Sum of RGB (Red+Green+Blue) = 99+157+31=287 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.49% from 287); Green value is 157 (61.72% from 255 or 54.70% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 157 - color contains mainly: green. Hex color #639D1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #639D1F is #9C62E0. Grayscale: #7D7D7D. Windows color (decimal): -10248929 or 2071907. OLE color: 2071907.

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

Color convert

RGB9915731-
CMYK0.3700.800.38
HSL87.62º67.02%36.86%-
HSV(B)87.62º80.25%61.57%-
XYZ17.4526.875.56-
YUV125.2974.78109.25-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.49%
GREEN value IS 157 (61.72% from 255) = 54.70%
BLUE value IS 31 (12.5% from 255) = 10.80%
R=34.49%
G=54.70%
B=10.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal99157310.3700.800.3887.6267.0236.86
Hex639D1F2505026584325
Octal143235374501204613010345
Binary110001110011101111111001010101000010011010110001000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639d1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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