#66F395

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

Shades of Pastel Green #66F395

Tints of Pastel Green #66F395

Color information

#66F395 (or 0x66F395) is unknown color: approx Pastel Green. HEX triplet: 66, F3 and 95. RGB value is (102,243,149). Sum of RGB (Red+Green+Blue) = 102+243+149=494 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.65% from 494); Green value is 243 (95.31% from 255 or 49.19% from 494); Blue value is 149 (58.59% from 255 or 30.16% from 494); Max value from RGB is 243 - color contains mainly: green. Hex color #66F395 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F395 is #990C6A. Grayscale: #BEBEBE. Windows color (decimal): -10030187 or 9827174. OLE color: 9827174.

HSL color Cylindrical-coordinate representation of color #66F395: hue angle of 140º 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 #66F395 is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.

Color convert

RGB102243149-
CMYK0.5800.390.05
HSL140º85.45%67.65%-
HSV(B)140º58.02%95.29%-
XYZ42.9569.139.51-
YUV190.12104.7965.14-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.65%
GREEN value IS 243 (95.31% from 255) = 49.19%
BLUE value IS 149 (58.59% from 255) = 30.16%
R=20.65%
G=49.19%
B=30.16%

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
Decimal1022431490.5800.390.0514085.4567.65
Hex66F3953A02758c5544
Octal146363225720475214125104
Binary1100110111100111001010111101001001111011000110010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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