Html Css Color HEX #66A430 Limeade

📋 copy color: '#66A430'

red 102 ◦ green 164 ◦ blue 48

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

Shades of Limeade #66A430

Tints of Limeade #66A430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.29%

R = 32.48%
G = 52.23%
B = 15.29%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#66A430 (or 0x66A430) is known color: Limeade. HEX triplet: 66, A4 and 30. RGB value is (102,164,48). Sum of RGB (Red+Green+Blue) = 102+164+48=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 164 (64.45% from 255 or 52.23% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 164 - color contains mainly: green. Hex color #66A430 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A430 is #995BCF. Grayscale: #848484. Windows color (decimal): -10050512 or 3187814. OLE color: 3187814.

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

Color convert

RGB 102 164 48 -
CMYK 0.38 0 0.71 0.36
HSL 92.07º 0.55% 0.42% -
HSV(B) 92.07º 0.71% 0.64% -
XYZ 19.29 29.59 7.49 -
YUV 132.24 80.46 106.43 -
System Red Green Blue C M Y K H S L
Decimal 102 164 48 0.38 0 0.71 0.36 92.07 0.55 0.42
Hex 66 A4 30 26 0 47 24 5C 37 2A
Octal 146 244 60 46 0 107 44 134 67 52
Binary 1100110 10100100 110000 100110 0 1000111 100100 1011100 110111 101010

Color Harmonies of #66A430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A430

Black with #66A430

Text Example


Text Example

White with #66A430

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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