#619D38

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

Shades of Limeade #619D38

Tints of Limeade #619D38

Color information

#619D38 (or 0x619D38) is unknown color: approx Limeade. HEX triplet: 61, 9D and 38. RGB value is (97,157,56). Sum of RGB (Red+Green+Blue) = 97+157+56=310 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.29% from 310); Green value is 157 (61.72% from 255 or 50.65% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 157 - color contains mainly: green. Hex color #619D38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619D38 is #9E62C7. Grayscale: #7F7F7F. Windows color (decimal): -10379976 or 3710305. OLE color: 3710305.

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

Color convert

RGB9715756-
CMYK0.3800.640.38
HSL95.64º47.42%41.76%-
HSV(B)95.64º64.33%61.57%-
XYZ17.726.948.01-
YUV127.5587.62106.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.29%
GREEN value IS 157 (61.72% from 255) = 50.65%
BLUE value IS 56 (22.27% from 255) = 18.06%
R=31.29%
G=50.65%
B=18.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal97157560.3800.640.3895.6447.4241.76
Hex619D382604026602f2a
Octal14123570460100461405752
Binary110000110011101111000100110010000001001101100000101111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619D38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,157,56); }

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

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

 a { background-color: rgb(97,157,56); }

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

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

 span { border-color: rgb(97,157,56); }

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