#6CA533

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

Shades of Limeade #6CA533

Tints of Limeade #6CA533

Color information

#6CA533 (or 0x6CA533) is unknown color: approx Limeade. HEX triplet: 6C, A5 and 33. RGB value is (108,165,51). Sum of RGB (Red+Green+Blue) = 108+165+51=324 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.33% from 324); Green value is 165 (64.84% from 255 or 50.93% from 324); Blue value is 51 (20.31% from 255 or 15.74% from 324); Max value from RGB is 165 - color contains mainly: green. Hex color #6CA533 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA533 is #935ACC. Grayscale: #878787. Windows color (decimal): -9657037 or 3384684. OLE color: 3384684.

HSL color Cylindrical-coordinate representation of color #6CA533: hue angle of 90º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6CA533 is Cyan = 0.35, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB10816551-
CMYK0.3500.690.35
HSL90º52.78%42.35%-
HSV(B)90º69.09%64.71%-
XYZ20.2430.347.92-
YUV134.9680.62108.77-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.33%
GREEN value IS 165 (64.84% from 255) = 50.93%
BLUE value IS 51 (20.31% from 255) = 15.74%
R=33.33%
G=50.93%
B=15.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal108165510.3500.690.359052.7842.35
Hex6CA53323045235a352a
Octal15424563430105431326552
Binary110110010100101110011100011010001011000111011010110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,165,51); }

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

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

 a { background-color: rgb(108,165,51); }

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

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

 span { border-color: rgb(108,165,51); }

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