Html Css Color HEX #66A832 Limeade

📋 copy color: '#66A832'

red 102 ◦ green 168 ◦ blue 50

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

Shades of Limeade #66A832

Tints of Limeade #66A832

RGB

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

 GREEN value IS 168 (66.02% from 255) = 52.5%

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

R = 31.88%
G = 52.5%
B = 15.63%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.70

 K value IS 0.34

RGB Variations

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

Color information

#66A832 (or 0x66A832) is known color: Limeade. HEX triplet: 66, A8 and 32. RGB value is (102,168,50). Sum of RGB (Red+Green+Blue) = 102+168+50=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 168 (66.02% from 255 or 52.5% from 320); Blue value is 50 (19.92% from 255 or 15.62% from 320); Max value from RGB is 168 - color contains mainly: green. Hex color #66A832 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A832 is #9957CD. Grayscale: #878787. Windows color (decimal): -10049486 or 3319910. OLE color: 3319910.

HSL color Cylindrical-coordinate representation of color #66A832: hue angle of 93.56º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #66A832 is Cyan = 0.39, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.34.

Color convert

RGB 102 168 50 -
CMYK 0.39 0 0.70 0.34
HSL 93.56º 0.54% 0.43% -
HSV(B) 93.56º 0.7% 0.66% -
XYZ 20.06 31.06 7.96 -
YUV 134.81 80.13 104.59 -
System Red Green Blue C M Y K H S L
Decimal 102 168 50 0.39 0 0.70 0.34 93.56 0.54 0.43
Hex 66 A8 32 27 0 46 22 5E 36 2B
Octal 146 250 62 47 0 106 42 136 66 53
Binary 1100110 10101000 110010 100111 0 1000110 100010 1011110 110110 101011

Color Harmonies of #66A832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A832

Black with #66A832

Text Example


Text Example

White with #66A832

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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