#619937

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

Shades of Limeade #619937

Tints of Limeade #619937

Color information

#619937 (or 0x619937) is unknown color: approx Limeade. HEX triplet: 61, 99 and 37. RGB value is (97,153,55). Sum of RGB (Red+Green+Blue) = 97+153+55=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 55 (21.88% from 255 or 18.03% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #619937 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619937 is #9E66C8. Grayscale: #7D7D7D. Windows color (decimal): -10381001 or 3643745. OLE color: 3643745.

HSL color Cylindrical-coordinate representation of color #619937: hue angle of 94.29º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #619937 is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.4.

Color convert

RGB9715355-
CMYK0.3700.640.4
HSL94.29º47.12%40.78%-
HSV(B)94.29º64.05%60%-
XYZ17.0125.67.66-
YUV125.0888.45107.97-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.80%
GREEN value IS 153 (60.16% from 255) = 50.16%
BLUE value IS 55 (21.88% from 255) = 18.03%
R=31.80%
G=50.16%
B=18.03%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal97153550.3700.640.494.2947.1240.78
Hex61993725040285e2f29
Octal14123167450100501365751
Binary110000110011001110111100101010000001010001011110101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619937; }

 p { color: rgb(97,153,55); }

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

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

 a { background-color: rgb(97,153,55); }

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

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

 span { border-color: rgb(97,153,55); }

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