Html Css Color HEX #66DD6D Pastel Green

📋 copy color: '#66DD6D'

red 102 ◦ green 221 ◦ blue 109

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

Shades of Pastel Green #66DD6D

Tints of Pastel Green #66DD6D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 51.16%

 BLUE value IS 109 (42.97% from 255) = 25.23%

R = 23.61%
G = 51.16%
B = 25.23%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#66DD6D (or 0x66DD6D) is known color: Pastel Green. HEX triplet: 66, DD and 6D. RGB value is (102,221,109). Sum of RGB (Red+Green+Blue) = 102+221+109=432 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.61% from 432); Green value is 221 (86.72% from 255 or 51.16% from 432); Blue value is 109 (42.97% from 255 or 25.23% from 432); Max value from RGB is 221 - color contains mainly: green. Hex color #66DD6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DD6D is #992292. Grayscale: #ACACAC. Windows color (decimal): -10035859 or 7200102. OLE color: 7200102.

HSL color Cylindrical-coordinate representation of color #66DD6D: hue angle of 123.53º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66DD6D is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 221 109 -
CMYK 0.54 0 0.51 0.13
HSL 123.53º 0.64% 0.63% -
HSV(B) 123.53º 0.54% 0.87% -
XYZ 34.1 55.64 23.41 -
YUV 172.65 92.08 77.61 -
System Red Green Blue C M Y K H S L
Decimal 102 221 109 0.54 0 0.51 0.13 123.53 0.64 0.63
Hex 66 DD 6D 36 0 33 D 7C 40 3F
Octal 146 335 155 66 0 63 15 174 100 77
Binary 1100110 11011101 1101101 110110 0 110011 1101 1111100 1000000 111111

Color Harmonies of #66DD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DD6D

Black with #66DD6D

Text Example


Text Example

White with #66DD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,221,109); }

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

background-color css

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

 a { background-color: rgb(102,221,109); }

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

border-color css

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

 span { border-color: rgb(102,221,109); }

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