Html Css Color HEX #6CA131 Limeade

📋 copy color: '#6CA131'

red 108 ◦ green 161 ◦ blue 49

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

Shades of Limeade #6CA131

Tints of Limeade #6CA131

RGB

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

 GREEN value IS 161 (63.28% from 255) = 50.63%

 BLUE value IS 49 (19.53% from 255) = 15.41%

R = 33.96%
G = 50.63%
B = 15.41%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#6CA131 (or 0x6CA131) is known color: Limeade. HEX triplet: 6C, A1 and 31. RGB value is (108,161,49). Sum of RGB (Red+Green+Blue) = 108+161+49=318 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.96% from 318); Green value is 161 (63.28% from 255 or 50.63% from 318); Blue value is 49 (19.53% from 255 or 15.41% from 318); Max value from RGB is 161 - color contains mainly: green. Hex color #6CA131 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6CA131 is #935ECE. Grayscale: #848484. Windows color (decimal): -9658063 or 3252588. OLE color: 3252588.

HSL color Cylindrical-coordinate representation of color #6CA131: hue angle of 88.39º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6CA131 is Cyan = 0.33, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 108 161 49 -
CMYK 0.33 0 0.70 0.37
HSL 88.39º 0.53% 0.41% -
HSV(B) 88.39º 0.7% 0.63% -
XYZ 19.48 28.9 7.46 -
YUV 132.39 80.94 110.61 -
System Red Green Blue C M Y K H S L
Decimal 108 161 49 0.33 0 0.70 0.37 88.39 0.53 0.41
Hex 6C A1 31 21 0 46 25 58 35 29
Octal 154 241 61 41 0 106 45 130 65 51
Binary 1101100 10100001 110001 100001 0 1000110 100101 1011000 110101 101001

Color Harmonies of #6CA131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6CA131

Black with #6CA131

Text Example


Text Example

White with #6CA131

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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