Html Css Color HEX #66D45C Pastel Green

📋 copy color: '#66D45C'

red 102 ◦ green 212 ◦ blue 92

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

Shades of Pastel Green #66D45C

Tints of Pastel Green #66D45C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.66%

R = 25.12%
G = 52.22%
B = 22.66%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#66D45C (or 0x66D45C) is known color: Pastel Green. HEX triplet: 66, D4 and 5C. RGB value is (102,212,92). Sum of RGB (Red+Green+Blue) = 102+212+92=406 (53% of max value = 765). Red value is 102 (40.23% from 255 or 25.12% from 406); Green value is 212 (83.20% from 255 or 52.22% from 406); Blue value is 92 (36.33% from 255 or 22.66% from 406); Max value from RGB is 212 - color contains mainly: green. Hex color #66D45C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D45C is #992BA3. Grayscale: #A5A5A5. Windows color (decimal): -10038180 or 6083686. OLE color: 6083686.

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

Color convert

RGB 102 212 92 -
CMYK 0.52 0 0.57 0.17
HSL 115º 0.58% 0.6% -
HSV(B) 115º 0.57% 0.83% -
XYZ 30.95 50.68 18.28 -
YUV 165.43 86.56 82.76 -
System Red Green Blue C M Y K H S L
Decimal 102 212 92 0.52 0 0.57 0.17 115 0.58 0.6
Hex 66 D4 5C 34 0 39 11 73 3A 3C
Octal 146 324 134 64 0 71 21 163 72 74
Binary 1100110 11010100 1011100 110100 0 111001 10001 1110011 111010 111100

Color Harmonies of #66D45C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D45C

Black with #66D45C

Text Example


Text Example

White with #66D45C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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