#66EA8D

Color #66EA8D Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pastel Green #66EA8D

Tints of Pastel Green #66EA8D

Color information

#66EA8D (or 0x66EA8D) is unknown color: approx Pastel Green. HEX triplet: 66, EA and 8D. RGB value is (102,234,141). Sum of RGB (Red+Green+Blue) = 102+234+141=477 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.38% from 477); Green value is 234 (91.80% from 255 or 49.06% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 234 - color contains mainly: green. Hex color #66EA8D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66EA8D is #991572. Grayscale: #B8B8B8. Windows color (decimal): -10032499 or 9300582. OLE color: 9300582.

HSL color Cylindrical-coordinate representation of color #66EA8D: hue angle of 137.73º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #66EA8D is Cyan = 0.56, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.

Color convert

RGB102234141-
CMYK0.5600.400.08
HSL137.73º75.86%65.88%-
HSV(B)137.73º56.41%91.76%-
XYZ39.7163.5935.38-
YUV183.93103.7769.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.38%
GREEN value IS 234 (91.80% from 255) = 49.06%
BLUE value IS 141 (55.47% from 255) = 29.56%
R=21.38%
G=49.06%
B=29.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1022341410.5600.400.08137.7375.8665.88
Hex66EA8D3802888a4c42
Octal1463522157005010212114102
Binary11001101110101010001101111000010100010001000101010011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66EA8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #66EA8D;
 }
 .AnyTagClassName
 {
   color: #66EA8D;
 }
</style>
background-color css

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

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

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

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

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

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