#609715

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

Shades of Limeade #609715

Tints of Limeade #609715

Color information

#609715 (or 0x609715) is unknown color: approx Limeade. HEX triplet: 60, 97 and 15. RGB value is (96,151,21). Sum of RGB (Red+Green+Blue) = 96+151+21=268 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.82% from 268); Green value is 151 (59.38% from 255 or 56.34% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 151 - color contains mainly: green. Hex color #609715 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #609715 is #9F68EA. Grayscale: #787878. Windows color (decimal): -10447083 or 1415008. OLE color: 1415008.

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

Color convert

RGB9615121-
CMYK0.3600.860.41
HSL85.38º75.58%33.73%-
HSV(B)85.38º86.09%59.22%-
XYZ16.0324.674.63-
YUV119.7472.28111.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.82%
GREEN value IS 151 (59.38% from 255) = 56.34%
BLUE value IS 21 (8.59% from 255) = 7.84%
R=35.82%
G=56.34%
B=7.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal96151210.3600.860.4185.3875.5833.73
Hex6097152405629554c22
Octal140227254401265112511442
Binary110000010010111101011001000101011010100110101011001100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609715; }

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

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

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

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

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

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

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

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