Html Css Color HEX #66A131 Limeade

📋 copy color: '#66A131'

red 102 ◦ green 161 ◦ blue 49

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

Shades of Limeade #66A131

Tints of Limeade #66A131

RGB

 RED value IS 102 (40.23% from 255) = 32.69%

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

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

R = 32.69%
G = 51.6%
B = 15.71%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#66A131 (or 0x66A131) is known color: Limeade. HEX triplet: 66, A1 and 31. RGB value is (102,161,49). Sum of RGB (Red+Green+Blue) = 102+161+49=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 161 (63.28% from 255 or 51.60% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 161 - color contains mainly: green. Hex color #66A131 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A131 is #995ECE. Grayscale: #828282. Windows color (decimal): -10051279 or 3252582. OLE color: 3252582.

HSL color Cylindrical-coordinate representation of color #66A131: hue angle of 91.61º 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 #66A131 is Cyan = 0.37, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 102 161 49 -
CMYK 0.37 0 0.70 0.37
HSL 91.61º 0.53% 0.41% -
HSV(B) 91.61º 0.7% 0.63% -
XYZ 18.78 28.54 7.42 -
YUV 130.59 81.95 107.61 -
System Red Green Blue C M Y K H S L
Decimal 102 161 49 0.37 0 0.70 0.37 91.61 0.53 0.41
Hex 66 A1 31 25 0 46 25 5C 35 29
Octal 146 241 61 45 0 106 45 134 65 51
Binary 1100110 10100001 110001 100101 0 1000110 100101 1011100 110101 101001

Color Harmonies of #66A131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A131

Black with #66A131

Text Example


Text Example

White with #66A131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #66A131; }

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

 H1.HeaderClassName
 {
   color: #66A131;
 }
 .AnyTagClassName
 {
   color: #66A131;
 }
</style>

background-color css

<style>
 a { background-color: #66A131; }

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

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

border-color css

<style>
 span { border-color: #66A131; }

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

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