#6CA331

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

Shades of Limeade #6CA331

Tints of Limeade #6CA331

Color information

#6CA331 (or 0x6CA331) is unknown color: approx Limeade. HEX triplet: 6C, A3 and 31. RGB value is (108,163,49). Sum of RGB (Red+Green+Blue) = 108+163+49=320 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.75% from 320); Green value is 163 (64.06% from 255 or 50.94% from 320); Blue value is 49 (19.53% from 255 or 15.31% from 320); Max value from RGB is 163 - color contains mainly: green. Hex color #6CA331 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA331 is #935CCE. Grayscale: #858585. Windows color (decimal): -9657551 or 3253100. OLE color: 3253100.

HSL color Cylindrical-coordinate representation of color #6CA331: hue angle of 88.95º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6CA331 is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB10816349-
CMYK0.3400.700.36
HSL88.95º53.77%41.57%-
HSV(B)88.95º69.94%63.92%-
XYZ19.8429.67.57-
YUV133.5680.28109.77-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.75%
GREEN value IS 163 (64.06% from 255) = 50.94%
BLUE value IS 49 (19.53% from 255) = 15.31%
R=33.75%
G=50.94%
B=15.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal108163490.3400.700.3688.9553.7741.57
Hex6CA331220462459362a
Octal15424361420106441316652
Binary110110010100011110001100010010001101001001011001110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6CA331; }

 p { color: rgb(108,163,49); }

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

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

 a { background-color: rgb(108,163,49); }

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

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

 span { border-color: rgb(108,163,49); }

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