#68D780

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

Shades of Pastel Green #68D780

Tints of Pastel Green #68D780

Color information

#68D780 (or 0x68D780) is unknown color: approx Pastel Green. HEX triplet: 68, D7 and 80. RGB value is (104,215,128). Sum of RGB (Red+Green+Blue) = 104+215+128=447 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.27% from 447); Green value is 215 (84.38% from 255 or 48.10% from 447); Blue value is 128 (50.39% from 255 or 28.64% from 447); Max value from RGB is 215 - color contains mainly: green. Hex color #68D780 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68D780 is #97287F. Grayscale: #ACACAC. Windows color (decimal): -9906304 or 8443752. OLE color: 8443752.

HSL color Cylindrical-coordinate representation of color #68D780: hue angle of 132.97º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68D780 is Cyan = 0.52, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB104215128-
CMYK0.5200.400.16
HSL132.97º58.12%62.55%-
HSV(B)132.97º51.63%84.31%-
XYZ33.9153.128.88-
YUV171.89103.2379.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.27%
GREEN value IS 215 (84.38% from 255) = 48.10%
BLUE value IS 128 (50.39% from 255) = 28.64%
R=23.27%
G=48.10%
B=28.64%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1042151280.5200.400.16132.9758.1262.55
Hex68D7803402810853a3f
Octal15032720064050202057277
Binary1101000110101111000000011010001010001000010000101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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