Html Css Color HEX #66DC6D Pastel Green

📋 copy color: '#66DC6D'

red 102 ◦ green 220 ◦ blue 109

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

Shades of Pastel Green #66DC6D

Tints of Pastel Green #66DC6D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 51.04%

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

R = 23.67%
G = 51.04%
B = 25.29%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#66DC6D (or 0x66DC6D) is known color: Pastel Green. HEX triplet: 66, DC and 6D. RGB value is (102,220,109). Sum of RGB (Red+Green+Blue) = 102+220+109=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 220 (86.33% from 255 or 51.04% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 220 - color contains mainly: green. Hex color #66DC6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66DC6D is #992392. Grayscale: #ACACAC. Windows color (decimal): -10036115 or 7199846. OLE color: 7199846.

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

Color convert

RGB 102 220 109 -
CMYK 0.54 0 0.50 0.14
HSL 123.56º 0.63% 0.63% -
HSV(B) 123.56º 0.54% 0.86% -
XYZ 33.83 55.12 23.32 -
YUV 172.06 92.41 78.03 -
System Red Green Blue C M Y K H S L
Decimal 102 220 109 0.54 0 0.50 0.14 123.56 0.63 0.63
Hex 66 DC 6D 36 0 32 E 7C 3F 3F
Octal 146 334 155 66 0 62 16 174 77 77
Binary 1100110 11011100 1101101 110110 0 110010 1110 1111100 111111 111111

Color Harmonies of #66DC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DC6D

Black with #66DC6D

Text Example


Text Example

White with #66DC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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