#66D665

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

Shades of Pastel Green #66D665

Tints of Pastel Green #66D665

Color information

#66D665 (or 0x66D665) is unknown color: approx Pastel Green. HEX triplet: 66, D6 and 65. RGB value is (102,214,101). Sum of RGB (Red+Green+Blue) = 102+214+101=417 (55% of max value = 765). Red value is 102 (40.23% from 255 or 24.46% from 417); Green value is 214 (83.98% from 255 or 51.32% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 214 - color contains mainly: green. Hex color #66D665 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D665 is #99299A. Grayscale: #A7A7A7. Windows color (decimal): -10037659 or 6674022. OLE color: 6674022.

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

Color convert

RGB102214101-
CMYK0.5200.530.16
HSL119.47º57.95%61.76%-
HSV(B)119.47º52.8%83.92%-
XYZ31.8851.8620.64-
YUV167.6390.3981.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 24.46%
GREEN value IS 214 (83.98% from 255) = 51.32%
BLUE value IS 101 (39.84% from 255) = 24.22%
R=24.46%
G=51.32%
B=24.22%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1022141010.5200.530.16119.4757.9561.76
Hex66D6653403510773a3e
Octal14632614564065201677276
Binary11001101101011011001011101000110101100001110111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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