#68DC86

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

Shades of Pastel Green #68DC86

Tints of Pastel Green #68DC86

Color information

#68DC86 (or 0x68DC86) is unknown color: approx Pastel Green. HEX triplet: 68, DC and 86. RGB value is (104,220,134). Sum of RGB (Red+Green+Blue) = 104+220+134=458 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.71% from 458); Green value is 220 (86.33% from 255 or 48.03% from 458); Blue value is 134 (52.73% from 255 or 29.26% from 458); Max value from RGB is 220 - color contains mainly: green. Hex color #68DC86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DC86 is #972379. Grayscale: #AFAFAF. Windows color (decimal): -9905018 or 8838248. OLE color: 8838248.

HSL color Cylindrical-coordinate representation of color #68DC86: hue angle of 135.52º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DC86 is Cyan = 0.53, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.14.

Color convert

RGB104220134-
CMYK0.5300.390.14
HSL135.52º62.37%63.53%-
HSV(B)135.52º52.73%86.27%-
XYZ35.6155.8531.46-
YUV175.51104.5776.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.71%
GREEN value IS 220 (86.33% from 255) = 48.03%
BLUE value IS 134 (52.73% from 255) = 29.26%
R=22.71%
G=48.03%
B=29.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1042201340.5300.390.14135.5262.3763.53
Hex68DC8635027E883e40
Octal150334206650471621076100
Binary1101000110111001000011011010101001111110100010001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DC86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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