#66F795

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

Shades of Pastel Green #66F795

Tints of Pastel Green #66F795

Color information

#66F795 (or 0x66F795) is unknown color: approx Pastel Green. HEX triplet: 66, F7 and 95. RGB value is (102,247,149). Sum of RGB (Red+Green+Blue) = 102+247+149=498 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.48% from 498); Green value is 247 (96.88% from 255 or 49.60% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 247 - color contains mainly: green. Hex color #66F795 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F795 is #99086A. Grayscale: #C0C0C0. Windows color (decimal): -10029163 or 9828198. OLE color: 9828198.

HSL color Cylindrical-coordinate representation of color #66F795: hue angle of 139.45º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66F795 is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB102247149-
CMYK0.5900.400.03
HSL139.45º90.06%68.43%-
HSV(B)139.45º58.7%96.86%-
XYZ44.1771.5239.91-
YUV192.47103.4663.47-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.48%
GREEN value IS 247 (96.88% from 255) = 49.60%
BLUE value IS 149 (58.59% from 255) = 29.92%
R=20.48%
G=49.60%
B=29.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1022471490.5900.400.03139.4590.0668.43
Hex66F7953B02838b5a44
Octal146367225730503213132104
Binary110011011110111100101011110110101000111000101110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,247,149); }

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

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

 a { background-color: rgb(102,247,149); }

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

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

 span { border-color: rgb(102,247,149); }

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