#66F88E

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

Shades of Pastel Green #66F88E

Tints of Pastel Green #66F88E

Color information

#66F88E (or 0x66F88E) is unknown color: approx Pastel Green. HEX triplet: 66, F8 and 8E. RGB value is (102,248,142). Sum of RGB (Red+Green+Blue) = 102+248+142=492 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.73% from 492); Green value is 248 (97.27% from 255 or 50.41% from 492); Blue value is 142 (55.86% from 255 or 28.86% from 492); Max value from RGB is 248 - color contains mainly: green. Hex color #66F88E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #66F88E is #990771. Grayscale: #C0C0C0. Windows color (decimal): -10028914 or 9369702. OLE color: 9369702.

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

Color convert

RGB102248142-
CMYK0.5900.430.03
HSL136.44º91.25%68.63%-
HSV(B)136.44º58.87%97.25%-
XYZ43.9371.9137.16-
YUV192.2699.6363.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.73%
GREEN value IS 248 (97.27% from 255) = 50.41%
BLUE value IS 142 (55.86% from 255) = 28.86%
R=20.73%
G=50.41%
B=28.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1022481420.5900.430.03136.4491.2568.63
Hex66F88E3B02B3885b45
Octal146370216730533210133105
Binary110011011111000100011101110110101011111000100010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66F88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,248,142); }

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

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

 a { background-color: rgb(102,248,142); }

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

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

 span { border-color: rgb(102,248,142); }

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