Html Css Color HEX #66F78D Pastel Green

📋 copy color: '#66F78D'

red 102 ◦ green 247 ◦ blue 141

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

Shades of Pastel Green #66F78D

Tints of Pastel Green #66F78D

RGB

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

 GREEN value IS 247 (96.88% from 255) = 50.41%

 BLUE value IS 141 (55.47% from 255) = 28.78%

R = 20.82%
G = 50.41%
B = 28.78%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.43

 K value IS 0.03

RGB Variations

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

Color information

#66F78D (or 0x66F78D) is known color: Pastel Green. HEX triplet: 66, F7 and 8D. RGB value is (102,247,141). Sum of RGB (Red+Green+Blue) = 102+247+141=490 (64% of max value = 765). Red value is 102 (40.23% from 255 or 20.82% from 490); Green value is 247 (96.88% from 255 or 50.41% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 247 - color contains mainly: green. Hex color #66F78D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F78D is #990872. Grayscale: #BFBFBF. Windows color (decimal): -10029171 or 9303910. OLE color: 9303910.

HSL color Cylindrical-coordinate representation of color #66F78D: hue angle of 136.14º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66F78D is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.03.

Color convert

RGB 102 247 141 -
CMYK 0.59 0 0.43 0.03
HSL 136.14º 0.9% 0.68% -
HSV(B) 136.14º 0.59% 0.97% -
XYZ 43.55 71.27 36.66 -
YUV 191.56 99.46 64.12 -
System Red Green Blue C M Y K H S L
Decimal 102 247 141 0.59 0 0.43 0.03 136.14 0.9 0.68
Hex 66 F7 8D 3B 0 2B 3 88 5A 44
Octal 146 367 215 73 0 53 3 210 132 104
Binary 1100110 11110111 10001101 111011 0 101011 11 10001000 1011010 1000100

Color Harmonies of #66F78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66F78D

Black with #66F78D

Text Example


Text Example

White with #66F78D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,247,141); }

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

background-color css

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

 a { background-color: rgb(102,247,141); }

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

border-color css

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

 span { border-color: rgb(102,247,141); }

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