#619841

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

Shades of Limeade #619841

Tints of Limeade #619841

Color information

#619841 (or 0x619841) is unknown color: approx Limeade. HEX triplet: 61, 98 and 41. RGB value is (97,152,65). Sum of RGB (Red+Green+Blue) = 97+152+65=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 152 (59.77% from 255 or 48.41% from 314); Blue value is 65 (25.78% from 255 or 20.70% from 314); Max value from RGB is 152 - color contains mainly: green. Hex color #619841 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #619841 is #9E67BE. Grayscale: #7D7D7D. Windows color (decimal): -10381247 or 4298849. OLE color: 4298849.

HSL color Cylindrical-coordinate representation of color #619841: hue angle of 97.93º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #619841 is Cyan = 0.36, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB9715265-
CMYK0.3600.570.40
HSL97.93º40.09%42.55%-
HSV(B)97.93º57.24%59.61%-
XYZ17.1125.389-
YUV125.6493.78107.57-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 30.89%
GREEN value IS 152 (59.77% from 255) = 48.41%
BLUE value IS 65 (25.78% from 255) = 20.70%
R=30.89%
G=48.41%
B=20.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal97152650.3600.570.4097.9340.0942.55
Hex619841240392862282b
Octal14123010144071501425053
Binary110000110011000100000110010001110011010001100010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #619841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #619841; }

 p { color: rgb(97,152,65); }

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

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

 a { background-color: rgb(97,152,65); }

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

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

 span { border-color: rgb(97,152,65); }

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