Html Css Color HEX #66D77D Pastel Green

📋 copy color: '#66D77D'

red 102 ◦ green 215 ◦ blue 125

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

Shades of Pastel Green #66D77D

Tints of Pastel Green #66D77D

RGB

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

 GREEN value IS 215 (84.38% from 255) = 48.64%

 BLUE value IS 125 (49.22% from 255) = 28.28%

R = 23.08%
G = 48.64%
B = 28.28%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#66D77D (or 0x66D77D) is known color: Pastel Green. HEX triplet: 66, D7 and 7D. RGB value is (102,215,125). Sum of RGB (Red+Green+Blue) = 102+215+125=442 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.08% from 442); Green value is 215 (84.38% from 255 or 48.64% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 215 - color contains mainly: green. Hex color #66D77D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D77D is #992882. Grayscale: #ABABAB. Windows color (decimal): -10037379 or 8247142. OLE color: 8247142.

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

Color convert

RGB 102 215 125 -
CMYK 0.53 0 0.42 0.16
HSL 132.21º 0.59% 0.62% -
HSV(B) 132.21º 0.53% 0.84% -
XYZ 33.48 52.91 27.85 -
YUV 170.95 102.06 78.82 -
System Red Green Blue C M Y K H S L
Decimal 102 215 125 0.53 0 0.42 0.16 132.21 0.59 0.62
Hex 66 D7 7D 35 0 2A 10 84 3B 3E
Octal 146 327 175 65 0 52 20 204 73 76
Binary 1100110 11010111 1111101 110101 0 101010 10000 10000100 111011 111110

Color Harmonies of #66D77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D77D

Black with #66D77D

Text Example


Text Example

White with #66D77D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,215,125); }

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

background-color css

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

 a { background-color: rgb(102,215,125); }

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

border-color css

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

 span { border-color: rgb(102,215,125); }

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