Html Css Color HEX #6CA535 Limeade

📋 copy color: '#6CA535'

red 108 ◦ green 165 ◦ blue 53

#6CA535
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #6CA535

Tints of Limeade #6CA535

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 value IS 0.35

 M value IS 0

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#6CA535 (or 0x6CA535) is known color: 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

RGB 108 165 53 -
CMYK 0.35 0 0.68 0.35
HSL 90.54º 0.51% 0.43% -
HSV(B) 90.54º 0.68% 0.65% -
XYZ 20.28 30.36 8.16 -
YUV 135.19 81.62 108.61 -
System Red Green Blue C M Y K H S L
Decimal 108 165 53 0.35 0 0.68 0.35 90.54 0.51 0.43
Hex 6C A5 35 23 0 44 23 5B 33 2B
Octal 154 245 65 43 0 104 43 133 63 53
Binary 1101100 10100101 110101 100011 0 1000100 100011 1011011 110011 101011

Color Harmonies of #6CA535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA535

Black with #6CA535

Text Example


Text Example

White with #6CA535

Text Example


Text Example

HTML Codes & Css Web 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>