#68DD76

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

Shades of Pastel Green #68DD76

Tints of Pastel Green #68DD76

Color information

#68DD76 (or 0x68DD76) is unknown color: approx Pastel Green. HEX triplet: 68, DD and 76. RGB value is (104,221,118). Sum of RGB (Red+Green+Blue) = 104+221+118=443 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.48% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 118 (46.48% from 255 or 26.64% from 443); Max value from RGB is 221 - color contains mainly: green. Hex color #68DD76 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DD76 is #972289. Grayscale: #AEAEAE. Windows color (decimal): -9904778 or 7789928. OLE color: 7789928.

HSL color Cylindrical-coordinate representation of color #68DD76: hue angle of 127.18º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DD76 is Cyan = 0.53, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB104221118-
CMYK0.5300.470.13
HSL127.18º63.24%63.73%-
HSV(B)127.18º52.94%86.67%-
XYZ34.8455.9626.11-
YUV174.2896.2477.88-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.48%
GREEN value IS 221 (86.72% from 255) = 49.89%
BLUE value IS 118 (46.48% from 255) = 26.64%
R=23.48%
G=49.89%
B=26.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1042211180.5300.470.13127.1863.2463.73
Hex68DD763502FD7f3f40
Octal150335166650571517777100
Binary11010001101110111101101101010101111110111111111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,221,118); }

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

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

 a { background-color: rgb(104,221,118); }

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

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

 span { border-color: rgb(104,221,118); }

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