#619936

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

Shades of Limeade #619936

Tints of Limeade #619936

Color information

#619936 (or 0x619936) is unknown color: approx Limeade. HEX triplet: 61, 99 and 36. RGB value is (97,153,54). Sum of RGB (Red+Green+Blue) = 97+153+54=304 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.91% from 304); Green value is 153 (60.16% from 255 or 50.33% from 304); Blue value is 54 (21.48% from 255 or 17.76% from 304); Max value from RGB is 153 - color contains mainly: green. Hex color #619936 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619936 is #9E66C9. Grayscale: #7D7D7D. Windows color (decimal): -10381002 or 3578209. OLE color: 3578209.

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

Color convert

RGB9715354-
CMYK0.3700.650.4
HSL93.94º47.83%40.59%-
HSV(B)93.94º64.71%60%-
XYZ16.9925.597.53-
YUV124.9787.95108.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.91%
GREEN value IS 153 (60.16% from 255) = 50.33%
BLUE value IS 54 (21.48% from 255) = 17.76%
R=31.91%
G=50.33%
B=17.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal97153540.3700.650.493.9447.8340.59
Hex61993625041285e3029
Octal14123166450101501366051
Binary110000110011001110110100101010000011010001011110110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619936; }

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

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

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

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

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

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

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

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