#489605

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

Shades of Limeade #489605

Tints of Limeade #489605

Color information

#489605 (or 0x489605) is unknown color: approx Limeade. HEX triplet: 48, 96 and 05. RGB value is (72,150,5). Sum of RGB (Red+Green+Blue) = 72+150+5=227 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.72% from 227); Green value is 150 (58.98% from 255 or 66.08% from 227); Blue value is 5 (2.34% from 255 or 2.20% from 227); Max value from RGB is 150 - color contains mainly: green. Hex color #489605 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #489605 is #B769FA. Grayscale: #6E6E6E. Windows color (decimal): -12020219 or 366152. OLE color: 366152.

HSL color Cylindrical-coordinate representation of color #489605: hue angle of 92.28º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #489605 is Cyan = 0.52, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB721505-
CMYK0.5200.970.41
HSL92.28º93.55%30.39%-
HSV(B)92.28º96.67%58.82%-
XYZ13.6123.23.9-
YUV110.1568.66100.79-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.72%
GREEN value IS 150 (58.98% from 255) = 66.08%
BLUE value IS 5 (2.34% from 255) = 2.20%
R=31.72%
G=66.08%
B=2.20%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal7215050.5200.970.4192.2893.5530.39
Hex4896534061295c5e1e
Octal11022656401415113413636
Binary100100010010110101110100011000011010011011100101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489605; }

 p { color: rgb(72,150,5); }

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

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

 a { background-color: rgb(72,150,5); }

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

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

 span { border-color: rgb(72,150,5); }

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