Html Css Color HEX #66A728 Limeade

📋 copy color: '#66A728'

red 102 ◦ green 167 ◦ blue 40

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

Shades of Limeade #66A728

Tints of Limeade #66A728

RGB

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

 GREEN value IS 167 (65.63% from 255) = 54.05%

 BLUE value IS 40 (16.02% from 255) = 12.94%

R = 33.01%
G = 54.05%
B = 12.94%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#66A728 (or 0x66A728) is known color: Limeade. HEX triplet: 66, A7 and 28. RGB value is (102,167,40). Sum of RGB (Red+Green+Blue) = 102+167+40=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 167 (65.62% from 255 or 54.05% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 167 - color contains mainly: green. Hex color #66A728 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A728 is #9958D7. Grayscale: #858585. Windows color (decimal): -10049752 or 2664294. OLE color: 2664294.

HSL color Cylindrical-coordinate representation of color #66A728: hue angle of 90.71º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #66A728 is Cyan = 0.39, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB 102 167 40 -
CMYK 0.39 0 0.76 0.35
HSL 90.71º 0.61% 0.41% -
HSV(B) 90.71º 0.76% 0.65% -
XYZ 19.68 30.62 6.88 -
YUV 133.09 75.47 105.83 -
System Red Green Blue C M Y K H S L
Decimal 102 167 40 0.39 0 0.76 0.35 90.71 0.61 0.41
Hex 66 A7 28 27 0 4C 23 5B 3D 29
Octal 146 247 50 47 0 114 43 133 75 51
Binary 1100110 10100111 101000 100111 0 1001100 100011 1011011 111101 101001

Color Harmonies of #66A728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A728

Black with #66A728

Text Example


Text Example

White with #66A728

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,167,40); }

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

background-color css

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

 a { background-color: rgb(102,167,40); }

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

border-color css

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

 span { border-color: rgb(102,167,40); }

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