#609740

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

Shades of Limeade #609740

Tints of Limeade #609740

Color information

#609740 (or 0x609740) is unknown color: approx Limeade. HEX triplet: 60, 97 and 40. RGB value is (96,151,64). Sum of RGB (Red+Green+Blue) = 96+151+64=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 151 (59.38% from 255 or 48.55% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 151 - color contains mainly: green. Hex color #609740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #609740 is #9F68BF. Grayscale: #7C7C7C. Windows color (decimal): -10447040 or 4233056. OLE color: 4233056.

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

Color convert

RGB9615164-
CMYK0.3600.580.41
HSL97.93º40.47%42.16%-
HSV(B)97.93º57.62%59.22%-
XYZ16.8224.998.79-
YUV124.6493.78107.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.87%
GREEN value IS 151 (59.38% from 255) = 48.55%
BLUE value IS 64 (25.39% from 255) = 20.58%
R=30.87%
G=48.55%
B=20.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal96151640.3600.580.4197.9340.4742.16
Hex6097402403A2962282a
Octal14022710044072511425052
Binary110000010010111100000010010001110101010011100010101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609740; }

 p { color: rgb(96,151,64); }

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

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

 a { background-color: rgb(96,151,64); }

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

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

 span { border-color: rgb(96,151,64); }

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