#68D46D

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

Shades of Pastel Green #68D46D

Tints of Pastel Green #68D46D

Color information

#68D46D (or 0x68D46D) is unknown color: approx Pastel Green. HEX triplet: 68, D4 and 6D. RGB value is (104,212,109). Sum of RGB (Red+Green+Blue) = 104+212+109=425 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.47% from 425); Green value is 212 (83.20% from 255 or 49.88% from 425); Blue value is 109 (42.97% from 255 or 25.65% from 425); Max value from RGB is 212 - color contains mainly: green. Hex color #68D46D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D46D is #972B92. Grayscale: #A8A8A8. Windows color (decimal): -9907091 or 7197800. OLE color: 7197800.

HSL color Cylindrical-coordinate representation of color #68D46D: hue angle of 122.78º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D46D is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB104212109-
CMYK0.5100.490.17
HSL122.78º55.67%61.96%-
HSV(B)122.78º50.94%83.14%-
XYZ32.0151.1322.65-
YUV167.9794.7282.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.47%
GREEN value IS 212 (83.20% from 255) = 49.88%
BLUE value IS 109 (42.97% from 255) = 25.65%
R=24.47%
G=49.88%
B=25.65%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1042121090.5100.490.17122.7855.6761.96
Hex68D46D33031117b383e
Octal15032415563061211737076
Binary11010001101010011011011100110110001100011111011111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D46D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,212,109); }

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

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

 a { background-color: rgb(104,212,109); }

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

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

 span { border-color: rgb(104,212,109); }

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