#66D768

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

Shades of Pastel Green #66D768

Tints of Pastel Green #66D768

Color information

#66D768 (or 0x66D768) is unknown color: approx Pastel Green. HEX triplet: 66, D7 and 68. RGB value is (102,215,104). Sum of RGB (Red+Green+Blue) = 102+215+104=421 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.23% from 421); Green value is 215 (84.38% from 255 or 51.07% from 421); Blue value is 104 (41.02% from 255 or 24.70% from 421); Max value from RGB is 215 - color contains mainly: green. Hex color #66D768 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D768 is #992897. Grayscale: #A8A8A8. Windows color (decimal): -10037400 or 6870886. OLE color: 6870886.

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

Color convert

RGB102215104-
CMYK0.5300.520.16
HSL121.06º58.55%62.16%-
HSV(B)121.06º52.56%84.31%-
XYZ32.2852.4321.51-
YUV168.5691.5680.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.23%
GREEN value IS 215 (84.38% from 255) = 51.07%
BLUE value IS 104 (41.02% from 255) = 24.70%
R=24.23%
G=51.07%
B=24.70%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1022151040.5300.520.16121.0658.5562.16
Hex66D7683503410793b3e
Octal14632715065064201717376
Binary11001101101011111010001101010110100100001111001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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