#66F493

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

Shades of Pastel Green #66F493

Tints of Pastel Green #66F493

Color information

#66F493 (or 0x66F493) is unknown color: approx Pastel Green. HEX triplet: 66, F4 and 93. RGB value is (102,244,147). Sum of RGB (Red+Green+Blue) = 102+244+147=493 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.69% from 493); Green value is 244 (95.70% from 255 or 49.49% from 493); Blue value is 147 (57.81% from 255 or 29.82% from 493); Max value from RGB is 244 - color contains mainly: green. Hex color #66F493 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F493 is #990B6C. Grayscale: #BEBEBE. Windows color (decimal): -10029933 or 9696358. OLE color: 9696358.

HSL color Cylindrical-coordinate representation of color #66F493: hue angle of 139.01º degrees, saturation: 0.87, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F493 is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB102244147-
CMYK0.5800.400.04
HSL139.01º86.59%67.84%-
HSV(B)139.01º58.2%95.69%-
XYZ43.169.6338.77-
YUV190.48103.4664.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.69%
GREEN value IS 244 (95.70% from 255) = 49.49%
BLUE value IS 147 (57.81% from 255) = 29.82%
R=20.69%
G=49.49%
B=29.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1022441470.5800.400.04139.0186.5967.84
Hex66F4933A02848b5744
Octal146364223720504213127104
Binary1100110111101001001001111101001010001001000101110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,244,147); }

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

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

 a { background-color: rgb(102,244,147); }

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

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

 span { border-color: rgb(102,244,147); }

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