#68DC78

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

Shades of Pastel Green #68DC78

Tints of Pastel Green #68DC78

Color information

#68DC78 (or 0x68DC78) is unknown color: approx Pastel Green. HEX triplet: 68, DC and 78. RGB value is (104,220,120). Sum of RGB (Red+Green+Blue) = 104+220+120=444 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.42% from 444); Green value is 220 (86.33% from 255 or 49.55% from 444); Blue value is 120 (47.27% from 255 or 27.03% from 444); Max value from RGB is 220 - color contains mainly: green. Hex color #68DC78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DC78 is #972387. Grayscale: #AEAEAE. Windows color (decimal): -9905032 or 7920744. OLE color: 7920744.

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

Color convert

RGB104220120-
CMYK0.5300.450.14
HSL128.28º62.37%63.53%-
HSV(B)128.28º52.73%86.27%-
XYZ34.6955.4926.65-
YUV173.9297.5778.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.42%
GREEN value IS 220 (86.33% from 255) = 49.55%
BLUE value IS 120 (47.27% from 255) = 27.03%
R=23.42%
G=49.55%
B=27.03%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1042201200.5300.450.14128.2862.3763.53
Hex68DC783502DE803e40
Octal150334170650551620076100
Binary110100011011100111100011010101011011110100000001111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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