Html Css Color HEX #66DE84 Pastel Green

📋 copy color: '#66DE84'

red 102 ◦ green 222 ◦ blue 132

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

Shades of Pastel Green #66DE84

Tints of Pastel Green #66DE84

RGB

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

 GREEN value IS 222 (87.11% from 255) = 48.68%

 BLUE value IS 132 (51.95% from 255) = 28.95%

R = 22.37%
G = 48.68%
B = 28.95%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.41

 K value IS 0.13

RGB Variations

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

Color information

#66DE84 (or 0x66DE84) is known color: Pastel Green. HEX triplet: 66, DE and 84. RGB value is (102,222,132). Sum of RGB (Red+Green+Blue) = 102+222+132=456 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.37% from 456); Green value is 222 (87.11% from 255 or 48.68% from 456); Blue value is 132 (51.95% from 255 or 28.95% from 456); Max value from RGB is 222 - color contains mainly: green. Hex color #66DE84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66DE84 is #99217B. Grayscale: #B0B0B0. Windows color (decimal): -10035580 or 8707686. OLE color: 8707686.

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

Color convert

RGB 102 222 132 -
CMYK 0.54 0 0.41 0.13
HSL 135º 0.65% 0.64% -
HSV(B) 135º 0.54% 0.87% -
XYZ 35.77 56.73 30.9 -
YUV 175.86 103.24 75.32 -
System Red Green Blue C M Y K H S L
Decimal 102 222 132 0.54 0 0.41 0.13 135 0.65 0.64
Hex 66 DE 84 36 0 29 D 87 41 40
Octal 146 336 204 66 0 51 15 207 101 100
Binary 1100110 11011110 10000100 110110 0 101001 1101 10000111 1000001 1000000

Color Harmonies of #66DE84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DE84

Black with #66DE84

Text Example


Text Example

White with #66DE84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,222,132); }

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

background-color css

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

 a { background-color: rgb(102,222,132); }

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

border-color css

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

 span { border-color: rgb(102,222,132); }

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