Html Css Color HEX #66A727 Limeade

📋 copy color: '#66A727'

red 102 ◦ green 167 ◦ blue 39

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

Shades of Limeade #66A727

Tints of Limeade #66A727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.66%

R = 33.12%
G = 54.22%
B = 12.66%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#66A727 (or 0x66A727) is known color: Limeade. HEX triplet: 66, A7 and 27. RGB value is (102,167,39). Sum of RGB (Red+Green+Blue) = 102+167+39=308 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.12% from 308); Green value is 167 (65.62% from 255 or 54.22% from 308); Blue value is 39 (15.62% from 255 or 12.66% from 308); Max value from RGB is 167 - color contains mainly: green. Hex color #66A727 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #66A727 is #9958D8. Grayscale: #858585. Windows color (decimal): -10049753 or 2598758. OLE color: 2598758.

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

Color convert

RGB 102 167 39 -
CMYK 0.39 0 0.77 0.35
HSL 90.47º 0.62% 0.4% -
HSV(B) 90.47º 0.77% 0.65% -
XYZ 19.66 30.61 6.79 -
YUV 132.97 74.97 105.91 -
System Red Green Blue C M Y K H S L
Decimal 102 167 39 0.39 0 0.77 0.35 90.47 0.62 0.4
Hex 66 A7 27 27 0 4D 23 5A 3E 28
Octal 146 247 47 47 0 115 43 132 76 50
Binary 1100110 10100111 100111 100111 0 1001101 100011 1011010 111110 101000

Color Harmonies of #66A727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A727

Black with #66A727

Text Example


Text Example

White with #66A727

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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