#68DD80

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

Shades of Pastel Green #68DD80

Tints of Pastel Green #68DD80

Color information

#68DD80 (or 0x68DD80) is unknown color: approx Pastel Green. HEX triplet: 68, DD and 80. RGB value is (104,221,128). Sum of RGB (Red+Green+Blue) = 104+221+128=453 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.96% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #68DD80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DD80 is #97227F. Grayscale: #AFAFAF. Windows color (decimal): -9904768 or 8445288. OLE color: 8445288.

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

Color convert

RGB104221128-
CMYK0.5300.420.13
HSL132.31º63.24%63.73%-
HSV(B)132.31º52.94%86.67%-
XYZ35.4656.2129.4-
YUV175.42101.2477.06-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.96%
GREEN value IS 221 (86.72% from 255) = 48.79%
BLUE value IS 128 (50.39% from 255) = 28.26%
R=22.96%
G=48.79%
B=28.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1042211280.5300.420.13132.3163.2463.73
Hex68DD803502AD843f40
Octal150335200650521520477100
Binary1101000110111011000000011010101010101101100001001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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