Html Css Color HEX #66D57D Pastel Green

📋 copy color: '#66D57D'

red 102 ◦ green 213 ◦ blue 125

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

Shades of Pastel Green #66D57D

Tints of Pastel Green #66D57D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 48.41%

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

R = 23.18%
G = 48.41%
B = 28.41%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#66D57D (or 0x66D57D) is known color: Pastel Green. HEX triplet: 66, D5 and 7D. RGB value is (102,213,125). Sum of RGB (Red+Green+Blue) = 102+213+125=440 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.18% from 440); Green value is 213 (83.59% from 255 or 48.41% from 440); Blue value is 125 (49.22% from 255 or 28.41% from 440); Max value from RGB is 213 - color contains mainly: green. Hex color #66D57D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D57D is #992A82. Grayscale: #AAAAAA. Windows color (decimal): -10037891 or 8246630. OLE color: 8246630.

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

Color convert

RGB 102 213 125 -
CMYK 0.52 0 0.41 0.16
HSL 132.43º 0.57% 0.62% -
HSV(B) 132.43º 0.52% 0.84% -
XYZ 32.98 51.89 27.68 -
YUV 169.78 102.73 79.66 -
System Red Green Blue C M Y K H S L
Decimal 102 213 125 0.52 0 0.41 0.16 132.43 0.57 0.62
Hex 66 D5 7D 34 0 29 10 84 39 3E
Octal 146 325 175 64 0 51 20 204 71 76
Binary 1100110 11010101 1111101 110100 0 101001 10000 10000100 111001 111110

Color Harmonies of #66D57D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D57D

Black with #66D57D

Text Example


Text Example

White with #66D57D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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