Html Css Color HEX #66D46C Pastel Green

📋 copy color: '#66D46C'

red 102 ◦ green 212 ◦ blue 108

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

Shades of Pastel Green #66D46C

Tints of Pastel Green #66D46C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 50.24%

 BLUE value IS 108 (42.58% from 255) = 25.59%

R = 24.17%
G = 50.24%
B = 25.59%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#66D46C (or 0x66D46C) is known color: Pastel Green. HEX triplet: 66, D4 and 6C. RGB value is (102,212,108). Sum of RGB (Red+Green+Blue) = 102+212+108=422 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.17% from 422); Green value is 212 (83.20% from 255 or 50.24% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 212 - color contains mainly: green. Hex color #66D46C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D46C is #992B93. Grayscale: #A7A7A7. Windows color (decimal): -10038164 or 7132262. OLE color: 7132262.

HSL color Cylindrical-coordinate representation of color #66D46C: hue angle of 123.27º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D46C is Cyan = 0.52, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 102 212 108 -
CMYK 0.52 0 0.49 0.17
HSL 123.27º 0.56% 0.62% -
HSV(B) 123.27º 0.52% 0.83% -
XYZ 31.73 50.99 22.36 -
YUV 167.25 94.56 81.46 -
System Red Green Blue C M Y K H S L
Decimal 102 212 108 0.52 0 0.49 0.17 123.27 0.56 0.62
Hex 66 D4 6C 34 0 31 11 7B 38 3E
Octal 146 324 154 64 0 61 21 173 70 76
Binary 1100110 11010100 1101100 110100 0 110001 10001 1111011 111000 111110

Color Harmonies of #66D46C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D46C

Black with #66D46C

Text Example


Text Example

White with #66D46C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,212,108); }

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

background-color css

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

 a { background-color: rgb(102,212,108); }

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

border-color css

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

 span { border-color: rgb(102,212,108); }

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