Html Css Color HEX #66A329 Limeade

📋 copy color: '#66A329'

red 102 ◦ green 163 ◦ blue 41

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

Shades of Limeade #66A329

Tints of Limeade #66A329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 13.4%

R = 33.33%
G = 53.27%
B = 13.4%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#66A329 (or 0x66A329) is known color: Limeade. HEX triplet: 66, A3 and 29. RGB value is (102,163,41). Sum of RGB (Red+Green+Blue) = 102+163+41=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 163 (64.06% from 255 or 53.27% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 163 - color contains mainly: green. Hex color #66A329 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A329 is #995CD6. Grayscale: #838383. Windows color (decimal): -10050775 or 2728806. OLE color: 2728806.

HSL color Cylindrical-coordinate representation of color #66A329: hue angle of 90º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66A329 is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 102 163 41 -
CMYK 0.37 0 0.75 0.36
HSL 90º 0.6% 0.4% -
HSV(B) 90º 0.75% 0.64% -
XYZ 18.98 29.18 6.73 -
YUV 130.85 77.29 107.42 -
System Red Green Blue C M Y K H S L
Decimal 102 163 41 0.37 0 0.75 0.36 90 0.6 0.4
Hex 66 A3 29 25 0 4B 24 5A 3C 28
Octal 146 243 51 45 0 113 44 132 74 50
Binary 1100110 10100011 101001 100101 0 1001011 100100 1011010 111100 101000

Color Harmonies of #66A329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A329

Black with #66A329

Text Example


Text Example

White with #66A329

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,163,41); }

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

background-color css

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

 a { background-color: rgb(102,163,41); }

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

border-color css

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

 span { border-color: rgb(102,163,41); }

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