#66d668

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

Shades of Pastel Green #66D668

Tints of Pastel Green #66D668

Color information

#66D668 (or 0x66D668) is unknown color: approx Pastel Green. HEX triplet: 66, D6 and 68. RGB value is (102,214,104). Sum of RGB (Red+Green+Blue) = 102+214+104=420 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.29% from 420); Green value is 214 (83.98% from 255 or 50.95% from 420); Blue value is 104 (41.02% from 255 or 24.76% from 420); Max value from RGB is 214 - color contains mainly: green. Hex color #66D668 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D668 is #992997. Grayscale: #A8A8A8. Windows color (decimal): -10037656 or 6870630. OLE color: 6870630.

HSL color Cylindrical-coordinate representation of color #66D668: hue angle of 121.07º degrees, saturation: 0.58, 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 #66D668 is Cyan = 0.52, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB102214104-
CMYK0.5200.510.16
HSL121.07º57.73%61.96%-
HSV(B)121.07º52.34%83.92%-
XYZ32.0251.9221.43-
YUV167.9791.8980.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.29%
GREEN value IS 214 (83.98% from 255) = 50.95%
BLUE value IS 104 (41.02% from 255) = 24.76%
R=24.29%
G=50.95%
B=24.76%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1022141040.5200.510.16121.0757.7361.96
Hex66D6683403310793a3e
Octal14632615064063201717276
Binary11001101101011011010001101000110011100001111001111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66d668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,214,104); }

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

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

 a { background-color: rgb(102,214,104); }

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

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

 span { border-color: rgb(102,214,104); }

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