Html Css Color HEX #66A232 Limeade

📋 copy color: '#66A232'

red 102 ◦ green 162 ◦ blue 50

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

Shades of Limeade #66A232

Tints of Limeade #66A232

RGB

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

 GREEN value IS 162 (63.67% from 255) = 51.59%

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

R = 32.48%
G = 51.59%
B = 15.92%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#66A232 (or 0x66A232) is known color: Limeade. HEX triplet: 66, A2 and 32. RGB value is (102,162,50). Sum of RGB (Red+Green+Blue) = 102+162+50=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 162 (63.67% from 255 or 51.59% from 314); Blue value is 50 (19.92% from 255 or 15.92% from 314); Max value from RGB is 162 - color contains mainly: green. Hex color #66A232 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A232 is #995DCD. Grayscale: #838383. Windows color (decimal): -10051022 or 3318374. OLE color: 3318374.

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

Color convert

RGB 102 162 50 -
CMYK 0.37 0 0.69 0.36
HSL 92.14º 0.53% 0.42% -
HSV(B) 92.14º 0.69% 0.64% -
XYZ 18.98 28.9 7.59 -
YUV 131.29 82.12 107.11 -
System Red Green Blue C M Y K H S L
Decimal 102 162 50 0.37 0 0.69 0.36 92.14 0.53 0.42
Hex 66 A2 32 25 0 45 24 5C 35 2A
Octal 146 242 62 45 0 105 44 134 65 52
Binary 1100110 10100010 110010 100101 0 1000101 100100 1011100 110101 101010

Color Harmonies of #66A232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A232

Black with #66A232

Text Example


Text Example

White with #66A232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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