#66D57F

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

Shades of Pastel Green #66D57F

Tints of Pastel Green #66D57F

Color information

#66D57F (or 0x66D57F) is unknown color: approx Pastel Green. HEX triplet: 66, D5 and 7F. RGB value is (102,213,127). Sum of RGB (Red+Green+Blue) = 102+213+127=442 (58% of max value = 765). Red value is 102 (40.23% from 255 or 23.08% from 442); Green value is 213 (83.59% from 255 or 48.19% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 213 - color contains mainly: green. Hex color #66D57F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D57F is #992A80. Grayscale: #AAAAAA. Windows color (decimal): -10037889 or 8377702. OLE color: 8377702.

HSL color Cylindrical-coordinate representation of color #66D57F: hue angle of 133.51º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66D57F is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB102213127-
CMYK0.5200.400.16
HSL133.51º56.92%61.76%-
HSV(B)133.51º52.11%83.53%-
XYZ33.151.9528.36-
YUV170.01103.7379.49-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 23.08%
GREEN value IS 213 (83.59% from 255) = 48.19%
BLUE value IS 127 (50% from 255) = 28.73%
R=23.08%
G=48.19%
B=28.73%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1022131270.5200.400.16133.5156.9261.76
Hex66D57F340281086393e
Octal14632517764050202067176
Binary110011011010101111111111010001010001000010000110111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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