#649C30

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

Shades of Limeade #649C30

Tints of Limeade #649C30

Color information

#649C30 (or 0x649C30) is unknown color: approx Limeade. HEX triplet: 64, 9C and 30. RGB value is (100,156,48). Sum of RGB (Red+Green+Blue) = 100+156+48=304 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.89% from 304); Green value is 156 (61.33% from 255 or 51.32% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 156 - color contains mainly: green. Hex color #649C30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649C30 is #9B63CF. Grayscale: #7F7F7F. Windows color (decimal): -10183632 or 3185764. OLE color: 3185764.

HSL color Cylindrical-coordinate representation of color #649C30: hue angle of 91.11º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #649C30 is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB10015648-
CMYK0.3600.690.39
HSL91.11º52.94%40%-
HSV(B)91.11º69.23%61.18%-
XYZ17.6826.77.02-
YUV126.9483.45108.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.89%
GREEN value IS 156 (61.33% from 255) = 51.32%
BLUE value IS 48 (19.14% from 255) = 15.79%
R=32.89%
G=51.32%
B=15.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal100156480.3600.690.3991.1152.9440
Hex649C3024045275b3528
Octal14423460440105471336550
Binary110010010011100110000100100010001011001111011011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649C30; }

 p { color: rgb(100,156,48); }

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

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

 a { background-color: rgb(100,156,48); }

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

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

 span { border-color: rgb(100,156,48); }

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