#619E32

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

Shades of Limeade #619E32

Tints of Limeade #619E32

Color information

#619E32 (or 0x619E32) is unknown color: approx Limeade. HEX triplet: 61, 9E and 32. RGB value is (97,158,50). Sum of RGB (Red+Green+Blue) = 97+158+50=305 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.80% from 305); Green value is 158 (62.11% from 255 or 51.80% from 305); Blue value is 50 (19.92% from 255 or 16.39% from 305); Max value from RGB is 158 - color contains mainly: green. Hex color #619E32 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619E32 is #9E61CD. Grayscale: #7F7F7F. Windows color (decimal): -10379726 or 3317345. OLE color: 3317345.

HSL color Cylindrical-coordinate representation of color #619E32: hue angle of 93.89º degrees, saturation: 0.52, 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 #619E32 is Cyan = 0.39, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB9715850-
CMYK0.3900.680.38
HSL93.89º51.92%40.78%-
HSV(B)93.89º68.35%61.96%-
XYZ17.7327.237.34-
YUV127.4584.29106.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.80%
GREEN value IS 158 (62.11% from 255) = 51.80%
BLUE value IS 50 (19.92% from 255) = 16.39%
R=31.80%
G=51.80%
B=16.39%

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
Decimal97158500.3900.680.3893.8951.9240.78
Hex619E3227044265e3429
Octal14123662470104461366451
Binary110000110011110110010100111010001001001101011110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,158,50); }

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

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

 a { background-color: rgb(97,158,50); }

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

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

 span { border-color: rgb(97,158,50); }

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