#66EB7F

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

Shades of Pastel Green #66EB7F

Tints of Pastel Green #66EB7F

Color information

#66EB7F (or 0x66EB7F) is unknown color: approx Pastel Green. HEX triplet: 66, EB and 7F. RGB value is (102,235,127). Sum of RGB (Red+Green+Blue) = 102+235+127=464 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.98% from 464); Green value is 235 (92.19% from 255 or 50.65% from 464); Blue value is 127 (50% from 255 or 27.37% from 464); Max value from RGB is 235 - color contains mainly: green. Hex color #66EB7F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #66EB7F is #991480. Grayscale: #B7B7B7. Windows color (decimal): -10032257 or 8383334. OLE color: 8383334.

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

Color convert

RGB102235127-
CMYK0.5700.460.08
HSL131.28º76.88%66.08%-
HSV(B)131.28º56.6%92.16%-
XYZ39.0263.7730.33-
YUV182.9296.4470.28-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.98%
GREEN value IS 235 (92.19% from 255) = 50.65%
BLUE value IS 127 (50% from 255) = 27.37%
R=21.98%
G=50.65%
B=27.37%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1022351270.5700.460.08131.2876.8866.08
Hex66EB7F3902E8834d42
Octal1463531777105610203115102
Binary1100110111010111111111111001010111010001000001110011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66EB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,235,127); }

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

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

 a { background-color: rgb(102,235,127); }

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

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

 span { border-color: rgb(102,235,127); }

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