#619933

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

Shades of Limeade #619933

Tints of Limeade #619933

Color information

#619933 (or 0x619933) is unknown color: approx Limeade. HEX triplet: 61, 99 and 33. RGB value is (97,153,51). Sum of RGB (Red+Green+Blue) = 97+153+51=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 153 (60.16% from 255 or 50.83% from 301); Blue value is 51 (20.31% from 255 or 16.94% from 301); Max value from RGB is 153 - color contains mainly: green. Hex color #619933 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619933 is #9E66CC. Grayscale: #7C7C7C. Windows color (decimal): -10381005 or 3381601. OLE color: 3381601.

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

Color convert

RGB9715351-
CMYK0.3700.670.4
HSL92.94º50%40%-
HSV(B)92.94º66.67%60%-
XYZ16.9225.567.17-
YUV124.6386.45108.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.23%
GREEN value IS 153 (60.16% from 255) = 50.83%
BLUE value IS 51 (20.31% from 255) = 16.94%
R=32.23%
G=50.83%
B=16.94%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal97153510.3700.670.492.945040
Hex61993325043285d3228
Octal14123163450103501356250
Binary110000110011001110011100101010000111010001011101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619933; }

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

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

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

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

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

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

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

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