Html Css Color HEX #66A432 Limeade

📋 copy color: '#66A432'

red 102 ◦ green 164 ◦ blue 50

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

Shades of Limeade #66A432

Tints of Limeade #66A432

RGB

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

 GREEN value IS 164 (64.45% from 255) = 51.9%

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

R = 32.28%
G = 51.9%
B = 15.82%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#66A432 (or 0x66A432) is known color: Limeade. HEX triplet: 66, A4 and 32. RGB value is (102,164,50). Sum of RGB (Red+Green+Blue) = 102+164+50=316 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.28% from 316); Green value is 164 (64.45% from 255 or 51.90% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 164 - color contains mainly: green. Hex color #66A432 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A432 is #995BCD. Grayscale: #848484. Windows color (decimal): -10050510 or 3318886. OLE color: 3318886.

HSL color Cylindrical-coordinate representation of color #66A432: hue angle of 92.63º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #66A432 is Cyan = 0.38, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 102 164 50 -
CMYK 0.38 0 0.70 0.36
HSL 92.63º 0.53% 0.42% -
HSV(B) 92.63º 0.7% 0.64% -
XYZ 19.33 29.61 7.71 -
YUV 132.47 81.46 106.27 -
System Red Green Blue C M Y K H S L
Decimal 102 164 50 0.38 0 0.70 0.36 92.63 0.53 0.42
Hex 66 A4 32 26 0 46 24 5D 35 2A
Octal 146 244 62 46 0 106 44 135 65 52
Binary 1100110 10100100 110010 100110 0 1000110 100100 1011101 110101 101010

Color Harmonies of #66A432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A432

Black with #66A432

Text Example


Text Example

White with #66A432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,164,50); }

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

background-color css

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

 a { background-color: rgb(102,164,50); }

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

border-color css

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

 span { border-color: rgb(102,164,50); }

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