#60983F

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

Shades of Limeade #60983F

Tints of Limeade #60983F

Color information

#60983F (or 0x60983F) is unknown color: approx Limeade. HEX triplet: 60, 98 and 3F. RGB value is (96,152,63). Sum of RGB (Red+Green+Blue) = 96+152+63=311 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.87% from 311); Green value is 152 (59.77% from 255 or 48.87% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 152 - color contains mainly: green. Hex color #60983F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60983F is #9F67C0. Grayscale: #7D7D7D. Windows color (decimal): -10446785 or 4167776. OLE color: 4167776.

HSL color Cylindrical-coordinate representation of color #60983F: hue angle of 97.75º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60983F is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.40.

Color convert

RGB9615263-
CMYK0.3700.590.40
HSL97.75º41.4%42.16%-
HSV(B)97.75º58.55%59.61%-
XYZ16.9525.38.69-
YUV125.1192.95107.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 30.87%
GREEN value IS 152 (59.77% from 255) = 48.87%
BLUE value IS 63 (25% from 255) = 20.26%
R=30.87%
G=48.87%
B=20.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal96152630.3700.590.4097.7541.442.16
Hex60983F2503B2862292a
Octal1402307745073501425152
Binary11000001001100011111110010101110111010001100010101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60983F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60983F; }

 p { color: rgb(96,152,63); }

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

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

 a { background-color: rgb(96,152,63); }

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

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

 span { border-color: rgb(96,152,63); }

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