Html Css Color HEX #66D473 Pastel Green

📋 copy color: '#66D473'

red 102 ◦ green 212 ◦ blue 115

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

Shades of Pastel Green #66D473

Tints of Pastel Green #66D473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 26.81%

R = 23.78%
G = 49.42%
B = 26.81%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#66D473 (or 0x66D473) is known color: Pastel Green. HEX triplet: 66, D4 and 73. RGB value is (102,212,115). Sum of RGB (Red+Green+Blue) = 102+212+115=429 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.78% from 429); Green value is 212 (83.20% from 255 or 49.42% from 429); Blue value is 115 (45.31% from 255 or 26.81% from 429); Max value from RGB is 212 - color contains mainly: green. Hex color #66D473 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D473 is #992B8C. Grayscale: #A8A8A8. Windows color (decimal): -10038157 or 7591014. OLE color: 7591014.

HSL color Cylindrical-coordinate representation of color #66D473: hue angle of 127.09º 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 #66D473 is Cyan = 0.52, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 102 212 115 -
CMYK 0.52 0 0.46 0.17
HSL 127.09º 0.56% 0.62% -
HSV(B) 127.09º 0.52% 0.83% -
XYZ 32.12 51.15 24.4 -
YUV 168.05 98.06 80.89 -
System Red Green Blue C M Y K H S L
Decimal 102 212 115 0.52 0 0.46 0.17 127.09 0.56 0.62
Hex 66 D4 73 34 0 2E 11 7F 38 3E
Octal 146 324 163 64 0 56 21 177 70 76
Binary 1100110 11010100 1110011 110100 0 101110 10001 1111111 111000 111110

Color Harmonies of #66D473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D473

Black with #66D473

Text Example


Text Example

White with #66D473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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