Html Css Color HEX #66D772 Pastel Green

📋 copy color: '#66D772'

red 102 ◦ green 215 ◦ blue 114

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

Shades of Pastel Green #66D772

Tints of Pastel Green #66D772

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.88%

 BLUE value IS 114 (44.92% from 255) = 26.45%

R = 23.67%
G = 49.88%
B = 26.45%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#66D772 (or 0x66D772) is known color: Pastel Green. HEX triplet: 66, D7 and 72. RGB value is (102,215,114). Sum of RGB (Red+Green+Blue) = 102+215+114=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 215 (84.38% from 255 or 49.88% from 431); Blue value is 114 (44.92% from 255 or 26.45% from 431); Max value from RGB is 215 - color contains mainly: green. Hex color #66D772 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D772 is #99288D. Grayscale: #A9A9A9. Windows color (decimal): -10037390 or 7526246. OLE color: 7526246.

HSL color Cylindrical-coordinate representation of color #66D772: hue angle of 126.37º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66D772 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 215 114 -
CMYK 0.53 0 0.47 0.16
HSL 126.37º 0.59% 0.62% -
HSV(B) 126.37º 0.53% 0.84% -
XYZ 32.82 52.64 24.35 -
YUV 169.7 96.56 79.71 -
System Red Green Blue C M Y K H S L
Decimal 102 215 114 0.53 0 0.47 0.16 126.37 0.59 0.62
Hex 66 D7 72 35 0 2F 10 7E 3B 3E
Octal 146 327 162 65 0 57 20 176 73 76
Binary 1100110 11010111 1110010 110101 0 101111 10000 1111110 111011 111110

Color Harmonies of #66D772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D772

Black with #66D772

Text Example


Text Example

White with #66D772

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,215,114); }

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

background-color css

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

 a { background-color: rgb(102,215,114); }

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

border-color css

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

 span { border-color: rgb(102,215,114); }

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