#619F33

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

Shades of Limeade #619F33

Tints of Limeade #619F33

Color information

#619F33 (or 0x619F33) is unknown color: approx Limeade. HEX triplet: 61, 9F and 33. RGB value is (97,159,51). Sum of RGB (Red+Green+Blue) = 97+159+51=307 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.60% from 307); Green value is 159 (62.5% from 255 or 51.79% from 307); Blue value is 51 (20.31% from 255 or 16.61% from 307); Max value from RGB is 159 - color contains mainly: green. Hex color #619F33 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619F33 is #9E60CC. Grayscale: #808080. Windows color (decimal): -10379469 or 3383137. OLE color: 3383137.

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

Color convert

RGB9715951-
CMYK0.3900.680.38
HSL94.44º51.43%41.18%-
HSV(B)94.44º67.92%62.35%-
XYZ17.9327.587.51-
YUV128.1584.46105.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.60%
GREEN value IS 159 (62.5% from 255) = 51.79%
BLUE value IS 51 (20.31% from 255) = 16.61%
R=31.60%
G=51.79%
B=16.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal97159510.3900.680.3894.4451.4341.18
Hex619F3327044265e3329
Octal14123763470104461366351
Binary110000110011111110011100111010001001001101011110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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