#68DC7D

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

Shades of Pastel Green #68DC7D

Tints of Pastel Green #68DC7D

Color information

#68DC7D (or 0x68DC7D) is unknown color: approx Pastel Green. HEX triplet: 68, DC and 7D. RGB value is (104,220,125). Sum of RGB (Red+Green+Blue) = 104+220+125=449 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.16% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 220 - color contains mainly: green. Hex color #68DC7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DC7D is #972382. Grayscale: #AEAEAE. Windows color (decimal): -9905027 or 8248424. OLE color: 8248424.

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

Color convert

RGB104220125-
CMYK0.5300.430.14
HSL130.86º62.37%63.53%-
HSV(B)130.86º52.73%86.27%-
XYZ3555.6128.29-
YUV174.49100.0777.72-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.16%
GREEN value IS 220 (86.33% from 255) = 49.00%
BLUE value IS 125 (49.22% from 255) = 27.84%
R=23.16%
G=49.00%
B=27.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1042201250.5300.430.14130.8662.3763.53
Hex68DC7D3502BE833e40
Octal150334175650531620376100
Binary110100011011100111110111010101010111110100000111111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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