#609811

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

Shades of Limeade #609811

Tints of Limeade #609811

Color information

#609811 (or 0x609811) is unknown color: approx Limeade. HEX triplet: 60, 98 and 11. RGB value is (96,152,17). Sum of RGB (Red+Green+Blue) = 96+152+17=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 152 (59.77% from 255 or 57.36% from 265); Blue value is 17 (7.03% from 255 or 6.42% from 265); Max value from RGB is 152 - color contains mainly: green. Hex color #609811 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609811 is #9F67EE. Grayscale: #787878. Windows color (decimal): -10446831 or 1153120. OLE color: 1153120.

HSL color Cylindrical-coordinate representation of color #609811: hue angle of 84.89º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #609811 is Cyan = 0.37, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.40.

Color convert

RGB9615217-
CMYK0.3700.890.40
HSL84.89º79.88%33.14%-
HSV(B)84.89º88.82%59.61%-
XYZ16.1524.984.5-
YUV119.8769.95110.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.23%
GREEN value IS 152 (59.77% from 255) = 57.36%
BLUE value IS 17 (7.03% from 255) = 6.42%
R=36.23%
G=57.36%
B=6.42%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal96152170.3700.890.4084.8979.8833.14
Hex6098112505928555021
Octal140230214501315012512041
Binary110000010011000100011001010101100110100010101011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609811; }

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

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

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

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

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

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

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

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