#68DB66

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

Shades of Pastel Green #68DB66

Tints of Pastel Green #68DB66

Color information

#68DB66 (or 0x68DB66) is unknown color: approx Pastel Green. HEX triplet: 68, DB and 66. RGB value is (104,219,102). Sum of RGB (Red+Green+Blue) = 104+219+102=425 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.47% from 425); Green value is 219 (85.94% from 255 or 51.53% from 425); Blue value is 102 (40.23% from 255 or 24% from 425); Max value from RGB is 219 - color contains mainly: green. Hex color #68DB66 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DB66 is #972499. Grayscale: #ABABAB. Windows color (decimal): -9905306 or 6740840. OLE color: 6740840.

HSL color Cylindrical-coordinate representation of color #68DB66: hue angle of 118.97º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DB66 is Cyan = 0.53, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB104219102-
CMYK0.5300.530.14
HSL118.97º61.9%62.94%-
HSV(B)118.97º53.42%85.88%-
XYZ33.4454.5721.34-
YUV171.2888.980.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.47%
GREEN value IS 219 (85.94% from 255) = 51.53%
BLUE value IS 102 (40.23% from 255) = 24%
R=24.47%
G=51.53%
B=24%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1042191020.5300.530.14118.9761.962.94
Hex68DB6635035E773e3f
Octal15033314665065161677677
Binary1101000110110111100110110101011010111101110111111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,219,102); }

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

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

 a { background-color: rgb(104,219,102); }

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

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

 span { border-color: rgb(104,219,102); }

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