#6CA535

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

Shades of Limeade #6CA535

Tints of Limeade #6CA535

Color information

#6CA535 (or 0x6CA535) is unknown color: approx Limeade. HEX triplet: 6C, A5 and 35. RGB value is (108,165,53). Sum of RGB (Red+Green+Blue) = 108+165+53=326 (43% of max value = 765). Red value is 108 (42.58% from 255 or 33.13% from 326); Green value is 165 (64.84% from 255 or 50.61% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 165 - color contains mainly: green. Hex color #6CA535 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA535 is #935ACA. Grayscale: #878787. Windows color (decimal): -9657035 or 3515756. OLE color: 3515756.

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

Color convert

RGB10816553-
CMYK0.3500.680.35
HSL90.54º51.38%42.75%-
HSV(B)90.54º67.88%64.71%-
XYZ20.2830.368.16-
YUV135.1981.62108.61-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 33.13%
GREEN value IS 165 (64.84% from 255) = 50.61%
BLUE value IS 53 (21.09% from 255) = 16.26%
R=33.13%
G=50.61%
B=16.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal108165530.3500.680.3590.5451.3842.75
Hex6CA53523044235b332b
Octal15424565430104431336353
Binary110110010100101110101100011010001001000111011011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CA535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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