#619617

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

Shades of Limeade #619617

Tints of Limeade #619617

Color information

#619617 (or 0x619617) is unknown color: approx Limeade. HEX triplet: 61, 96 and 17. RGB value is (97,150,23). Sum of RGB (Red+Green+Blue) = 97+150+23=270 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.93% from 270); Green value is 150 (58.98% from 255 or 55.56% from 270); Blue value is 23 (9.38% from 255 or 8.52% from 270); Max value from RGB is 150 - color contains mainly: green. Hex color #619617 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #619617 is #9E69E8. Grayscale: #787878. Windows color (decimal): -10381801 or 1545825. OLE color: 1545825.

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

Color convert

RGB9715023-
CMYK0.3500.850.41
HSL85.04º73.41%33.92%-
HSV(B)85.04º84.67%58.82%-
XYZ15.9924.424.68-
YUV119.6873.44111.83-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.93%
GREEN value IS 150 (58.98% from 255) = 55.56%
BLUE value IS 23 (9.38% from 255) = 8.52%
R=35.93%
G=55.56%
B=8.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal97150230.3500.850.4185.0473.4133.92
Hex6196172305529554922
Octal141226274301255112511142
Binary110000110010110101111000110101010110100110101011001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619617; }

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

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

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

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

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

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

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

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