#66F394

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

Shades of Pastel Green #66F394

Tints of Pastel Green #66F394

Color information

#66F394 (or 0x66F394) is unknown color: approx Pastel Green. HEX triplet: 66, F3 and 94. RGB value is (102,243,148). Sum of RGB (Red+Green+Blue) = 102+243+148=493 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.69% from 493); Green value is 243 (95.31% from 255 or 49.29% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 243 - color contains mainly: green. Hex color #66F394 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F394 is #990C6B. Grayscale: #BEBEBE. Windows color (decimal): -10030188 or 9761638. OLE color: 9761638.

HSL color Cylindrical-coordinate representation of color #66F394: hue angle of 139.57º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66F394 is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB102243148-
CMYK0.5800.390.05
HSL139.57º85.45%67.65%-
HSV(B)139.57º58.02%95.29%-
XYZ42.8869.0639.09-
YUV190.01104.2965.22-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.69%
GREEN value IS 243 (95.31% from 255) = 49.29%
BLUE value IS 148 (58.20% from 255) = 30.02%
R=20.69%
G=49.29%
B=30.02%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1022431480.5800.390.05139.5785.4567.65
Hex66F3943A02758c5544
Octal146363224720475214125104
Binary1100110111100111001010011101001001111011000110010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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