#68DC7F

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

Shades of Pastel Green #68DC7F

Tints of Pastel Green #68DC7F

Color information

#68DC7F (or 0x68DC7F) is unknown color: approx Pastel Green. HEX triplet: 68, DC and 7F. RGB value is (104,220,127). Sum of RGB (Red+Green+Blue) = 104+220+127=451 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.06% from 451); Green value is 220 (86.33% from 255 or 48.78% from 451); Blue value is 127 (50% from 255 or 28.16% from 451); Max value from RGB is 220 - color contains mainly: green. Hex color #68DC7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DC7F is #972380. Grayscale: #AEAEAE. Windows color (decimal): -9905025 or 8379496. OLE color: 8379496.

HSL color Cylindrical-coordinate representation of color #68DC7F: hue angle of 131.9º 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 #68DC7F is Cyan = 0.53, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB104220127-
CMYK0.5300.420.14
HSL131.9º62.37%63.53%-
HSV(B)131.9º52.73%86.27%-
XYZ35.1355.6628.97-
YUV174.71101.0777.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.06%
GREEN value IS 220 (86.33% from 255) = 48.78%
BLUE value IS 127 (50% from 255) = 28.16%
R=23.06%
G=48.78%
B=28.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1042201270.5300.420.14131.962.3763.53
Hex68DC7F3502AE843e40
Octal150334177650521620476100
Binary110100011011100111111111010101010101110100001001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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