Html Css Color HEX #66D882 Pastel Green

📋 copy color: '#66D882'

red 102 ◦ green 216 ◦ blue 130

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

Shades of Pastel Green #66D882

Tints of Pastel Green #66D882

RGB

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

 GREEN value IS 216 (84.77% from 255) = 48.21%

 BLUE value IS 130 (51.17% from 255) = 29.02%

R = 22.77%
G = 48.21%
B = 29.02%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#66D882 (or 0x66D882) is known color: Pastel Green. HEX triplet: 66, D8 and 82. RGB value is (102,216,130). Sum of RGB (Red+Green+Blue) = 102+216+130=448 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.77% from 448); Green value is 216 (84.77% from 255 or 48.21% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 216 - color contains mainly: green. Hex color #66D882 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66D882 is #99277D. Grayscale: #ACACAC. Windows color (decimal): -10037118 or 8575078. OLE color: 8575078.

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

Color convert

RGB 102 216 130 -
CMYK 0.53 0 0.40 0.15
HSL 134.74º 0.59% 0.62% -
HSV(B) 134.74º 0.53% 0.85% -
XYZ 34.06 53.55 29.66 -
YUV 172.11 104.23 77.99 -
System Red Green Blue C M Y K H S L
Decimal 102 216 130 0.53 0 0.40 0.15 134.74 0.59 0.62
Hex 66 D8 82 35 0 28 F 87 3B 3E
Octal 146 330 202 65 0 50 17 207 73 76
Binary 1100110 11011000 10000010 110101 0 101000 1111 10000111 111011 111110

Color Harmonies of #66D882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D882

Black with #66D882

Text Example


Text Example

White with #66D882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,216,130); }

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

background-color css

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

 a { background-color: rgb(102,216,130); }

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

border-color css

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

 span { border-color: rgb(102,216,130); }

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