#68F086

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

Shades of Pastel Green #68F086

Tints of Pastel Green #68F086

Color information

#68F086 (or 0x68F086) is unknown color: approx Pastel Green. HEX triplet: 68, F0 and 86. RGB value is (104,240,134). Sum of RGB (Red+Green+Blue) = 104+240+134=478 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.76% from 478); Green value is 240 (94.14% from 255 or 50.21% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 240 - color contains mainly: green. Hex color #68F086 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #68F086 is #970F79. Grayscale: #BBBBBB. Windows color (decimal): -9899898 or 8843368. OLE color: 8843368.

HSL color Cylindrical-coordinate representation of color #68F086: hue angle of 133.24º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68F086 is Cyan = 0.57, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.06.

Color convert

RGB104240134-
CMYK0.5700.440.06
HSL133.24º81.93%67.45%-
HSV(B)133.24º56.67%94.12%-
XYZ41.1766.9833.31-
YUV187.2597.9468.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.76%
GREEN value IS 240 (94.14% from 255) = 50.21%
BLUE value IS 134 (52.73% from 255) = 28.03%
R=21.76%
G=50.21%
B=28.03%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1042401340.5700.440.06133.2481.9367.45
Hex68F0863902C6855243
Octal150360206710546205122103
Binary1101000111100001000011011100101011001101000010110100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68F086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,240,134); }

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

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

 a { background-color: rgb(104,240,134); }

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

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

 span { border-color: rgb(104,240,134); }

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