#489601

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

Shades of Limeade #489601

Tints of Limeade #489601

Color information

#489601 (or 0x489601) is unknown color: approx Limeade. HEX triplet: 48, 96 and 01. RGB value is (72,150,1). Sum of RGB (Red+Green+Blue) = 72+150+1=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 150 (58.98% from 255 or 67.26% from 223); Blue value is 1 (0.78% from 255 or 0.45% from 223); Max value from RGB is 150 - color contains mainly: green. Hex color #489601 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #489601 is #B769FE. Grayscale: #6E6E6E. Windows color (decimal): -12020223 or 104008. OLE color: 104008.

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

Color convert

RGB721501-
CMYK0.5200.990.41
HSL91.41º98.68%29.61%-
HSV(B)91.41º99.33%58.82%-
XYZ13.5823.193.79-
YUV109.6966.66101.12-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.29%
GREEN value IS 150 (58.98% from 255) = 67.26%
BLUE value IS 1 (0.78% from 255) = 0.45%
R=32.29%
G=67.26%
B=0.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal7215010.5200.990.4191.4198.6829.61
Hex4896134063295b631e
Octal11022616401435113314336
Binary1001000100101101110100011000111010011011011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #489601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #489601; }

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

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

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

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

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

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

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

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