#68F88E

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

Shades of Pastel Green #68F88E

Tints of Pastel Green #68F88E

Color information

#68F88E (or 0x68F88E) is unknown color: approx Pastel Green. HEX triplet: 68, F8 and 8E. RGB value is (104,248,142). Sum of RGB (Red+Green+Blue) = 104+248+142=494 (65% of max value = 765). Red value is 104 (41.02% from 255 or 21.05% from 494); Green value is 248 (97.27% from 255 or 50.20% from 494); Blue value is 142 (55.86% from 255 or 28.74% from 494); Max value from RGB is 248 - color contains mainly: green. Hex color #68F88E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F88E is #970771. Grayscale: #C1C1C1. Windows color (decimal): -9897842 or 9369704. OLE color: 9369704.

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

Color convert

RGB104248142-
CMYK0.5800.430.03
HSL135.83º91.14%69.02%-
HSV(B)135.83º58.06%97.25%-
XYZ44.1672.0337.17-
YUV192.8699.2964.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.05%
GREEN value IS 248 (97.27% from 255) = 50.20%
BLUE value IS 142 (55.86% from 255) = 28.74%
R=21.05%
G=50.20%
B=28.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1042481420.5800.430.03135.8391.1469.02
Hex68F88E3A02B3885b45
Octal150370216720533210133105
Binary110100011111000100011101110100101011111000100010110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F88E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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