#619F3C

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

Shades of Limeade #619F3C

Tints of Limeade #619F3C

Color information

#619F3C (or 0x619F3C) is unknown color: approx Limeade. HEX triplet: 61, 9F and 3C. RGB value is (97,159,60). Sum of RGB (Red+Green+Blue) = 97+159+60=316 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.70% from 316); Green value is 159 (62.5% from 255 or 50.32% from 316); Blue value is 60 (23.83% from 255 or 18.99% from 316); Max value from RGB is 159 - color contains mainly: green. Hex color #619F3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619F3C is #9E60C3. Grayscale: #818181. Windows color (decimal): -10379460 or 3972961. OLE color: 3972961.

HSL color Cylindrical-coordinate representation of color #619F3C: hue angle of 97.58º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #619F3C is Cyan = 0.39, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.

Color convert

RGB9715960-
CMYK0.3900.620.38
HSL97.58º45.21%42.94%-
HSV(B)97.58º62.26%62.35%-
XYZ18.1427.668.66-
YUV129.1888.96105.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.70%
GREEN value IS 159 (62.5% from 255) = 50.32%
BLUE value IS 60 (23.83% from 255) = 18.99%
R=30.70%
G=50.32%
B=18.99%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal97159600.3900.620.3897.5845.2142.94
Hex619F3C2703E26622d2b
Octal1412377447076461425553
Binary11000011001111111110010011101111101001101100010101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619F3C; }

 p { color: rgb(97,159,60); }

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

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

 a { background-color: rgb(97,159,60); }

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

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

 span { border-color: rgb(97,159,60); }

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