Html Css Color HEX #66DB71 Pastel Green

📋 copy color: '#66DB71'

red 102 ◦ green 219 ◦ blue 113

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

Shades of Pastel Green #66DB71

Tints of Pastel Green #66DB71

RGB

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

 GREEN value IS 219 (85.94% from 255) = 50.46%

 BLUE value IS 113 (44.53% from 255) = 26.04%

R = 23.5%
G = 50.46%
B = 26.04%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#66DB71 (or 0x66DB71) is known color: Pastel Green. HEX triplet: 66, DB and 71. RGB value is (102,219,113). Sum of RGB (Red+Green+Blue) = 102+219+113=434 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.50% from 434); Green value is 219 (85.94% from 255 or 50.46% from 434); Blue value is 113 (44.53% from 255 or 26.04% from 434); Max value from RGB is 219 - color contains mainly: green. Hex color #66DB71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DB71 is #99248E. Grayscale: #ACACAC. Windows color (decimal): -10036367 or 7461734. OLE color: 7461734.

HSL color Cylindrical-coordinate representation of color #66DB71: hue angle of 125.64º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #66DB71 is Cyan = 0.53, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 219 113 -
CMYK 0.53 0 0.48 0.14
HSL 125.64º 0.62% 0.63% -
HSV(B) 125.64º 0.53% 0.86% -
XYZ 33.79 54.68 24.4 -
YUV 171.93 94.74 78.12 -
System Red Green Blue C M Y K H S L
Decimal 102 219 113 0.53 0 0.48 0.14 125.64 0.62 0.63
Hex 66 DB 71 35 0 30 E 7E 3E 3F
Octal 146 333 161 65 0 60 16 176 76 77
Binary 1100110 11011011 1110001 110101 0 110000 1110 1111110 111110 111111

Color Harmonies of #66DB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DB71

Black with #66DB71

Text Example


Text Example

White with #66DB71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,219,113); }

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

background-color css

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

 a { background-color: rgb(102,219,113); }

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

border-color css

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

 span { border-color: rgb(102,219,113); }

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