#66F794

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

Shades of Pastel Green #66F794

Tints of Pastel Green #66F794

Color information

#66F794 (or 0x66F794) is unknown color: approx Pastel Green. HEX triplet: 66, F7 and 94. RGB value is (102,247,148). Sum of RGB (Red+Green+Blue) = 102+247+148=497 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.52% from 497); Green value is 247 (96.88% from 255 or 49.70% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 247 - color contains mainly: green. Hex color #66F794 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F794 is #99086B. Grayscale: #C0C0C0. Windows color (decimal): -10029164 or 9762662. OLE color: 9762662.

HSL color Cylindrical-coordinate representation of color #66F794: hue angle of 139.03º 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 #66F794 is Cyan = 0.59, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB102247148-
CMYK0.5900.400.03
HSL139.03º90.06%68.43%-
HSV(B)139.03º58.7%96.86%-
XYZ44.0971.4839.49-
YUV192.36102.9663.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.52%
GREEN value IS 247 (96.88% from 255) = 49.70%
BLUE value IS 148 (58.20% from 255) = 29.78%
R=20.52%
G=49.70%
B=29.78%

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
Decimal1022471480.5900.400.03139.0390.0668.43
Hex66F7943B02838b5a44
Octal146367224730503213132104
Binary110011011110111100101001110110101000111000101110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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