#619640

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

Shades of Limeade #619640

Tints of Limeade #619640

Color information

#619640 (or 0x619640) is unknown color: approx Limeade. HEX triplet: 61, 96 and 40. RGB value is (97,150,64). Sum of RGB (Red+Green+Blue) = 97+150+64=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 150 (58.98% from 255 or 48.23% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 150 - color contains mainly: green. Hex color #619640 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619640 is #9E69BF. Grayscale: #7C7C7C. Windows color (decimal): -10381760 or 4232801. OLE color: 4232801.

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

Color convert

RGB9715064-
CMYK0.3500.570.41
HSL96.98º40.19%41.96%-
HSV(B)96.98º57.33%58.82%-
XYZ16.7624.728.74-
YUV124.3593.94108.49-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.19%
GREEN value IS 150 (58.98% from 255) = 48.23%
BLUE value IS 64 (25.39% from 255) = 20.58%
R=31.19%
G=48.23%
B=20.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal97150640.3500.570.4196.9840.1941.96
Hex619640230392961282a
Octal14122610043071511415052
Binary110000110010110100000010001101110011010011100001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619640; }

 p { color: rgb(97,150,64); }

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

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

 a { background-color: rgb(97,150,64); }

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

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

 span { border-color: rgb(97,150,64); }

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