Html Css Color HEX #6CA332 Limeade

📋 copy color: '#6CA332'

red 108 ◦ green 163 ◦ blue 50

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

Shades of Limeade #6CA332

Tints of Limeade #6CA332

RGB

 RED value IS 108 (42.58% from 255) = 33.64%

 GREEN value IS 163 (64.06% from 255) = 50.78%

 BLUE value IS 50 (19.92% from 255) = 15.58%

R = 33.64%
G = 50.78%
B = 15.58%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#6CA332 (or 0x6CA332) is known color: Limeade. HEX triplet: 6C, A3 and 32. RGB value is (108,163,50). Sum of RGB (Red+Green+Blue) = 108+163+50=321 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.64% from 321); Green value is 163 (64.06% from 255 or 50.78% from 321); Blue value is 50 (19.92% from 255 or 15.58% from 321); Max value from RGB is 163 - color contains mainly: green. Hex color #6CA332 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA332 is #935CCD. Grayscale: #868686. Windows color (decimal): -9657550 or 3318636. OLE color: 3318636.

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

Color convert

RGB 108 163 50 -
CMYK 0.34 0 0.69 0.36
HSL 89.2º 0.53% 0.42% -
HSV(B) 89.2º 0.69% 0.64% -
XYZ 19.86 29.61 7.69 -
YUV 133.67 80.78 109.69 -
System Red Green Blue C M Y K H S L
Decimal 108 163 50 0.34 0 0.69 0.36 89.2 0.53 0.42
Hex 6C A3 32 22 0 45 24 59 35 2A
Octal 154 243 62 42 0 105 44 131 65 52
Binary 1101100 10100011 110010 100010 0 1000101 100100 1011001 110101 101010

Color Harmonies of #6CA332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA332

Black with #6CA332

Text Example


Text Example

White with #6CA332

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6CA332;
 }
 .AnyTagClassName
 {
   color: #6CA332;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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