#68DA60

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

Shades of Pastel Green #68DA60

Tints of Pastel Green #68DA60

Color information

#68DA60 (or 0x68DA60) is unknown color: approx Pastel Green. HEX triplet: 68, DA and 60. RGB value is (104,218,96). Sum of RGB (Red+Green+Blue) = 104+218+96=418 (55% of max value = 765). Red value is 104 (41.02% from 255 or 24.88% from 418); Green value is 218 (85.55% from 255 or 52.15% from 418); Blue value is 96 (37.89% from 255 or 22.97% from 418); Max value from RGB is 218 - color contains mainly: green. Hex color #68DA60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DA60 is #97259F. Grayscale: #AAAAAA. Windows color (decimal): -9905568 or 6347368. OLE color: 6347368.

HSL color Cylindrical-coordinate representation of color #68DA60: hue angle of 116.07º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68DA60 is Cyan = 0.52, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB10421896-
CMYK0.5200.560.15
HSL116.07º62.24%61.57%-
HSV(B)116.07º55.96%85.49%-
XYZ32.8953.9319.74-
YUV170.0186.2380.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.88%
GREEN value IS 218 (85.55% from 255) = 52.15%
BLUE value IS 96 (37.89% from 255) = 22.97%
R=24.88%
G=52.15%
B=22.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal104218960.5200.560.15116.0762.2461.57
Hex68DA6034038F743e3e
Octal15033214064070171647676
Binary1101000110110101100000110100011100011111110100111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,218,96); }

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

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

 a { background-color: rgb(104,218,96); }

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

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

 span { border-color: rgb(104,218,96); }

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