#68DD84

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

Shades of Pastel Green #68DD84

Tints of Pastel Green #68DD84

Color information

#68DD84 (or 0x68DD84) is unknown color: approx Pastel Green. HEX triplet: 68, DD and 84. RGB value is (104,221,132). Sum of RGB (Red+Green+Blue) = 104+221+132=457 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.76% from 457); Green value is 221 (86.72% from 255 or 48.36% from 457); Blue value is 132 (51.95% from 255 or 28.88% from 457); Max value from RGB is 221 - color contains mainly: green. Hex color #68DD84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68DD84 is #97227B. Grayscale: #B0B0B0. Windows color (decimal): -9904764 or 8707432. OLE color: 8707432.

HSL color Cylindrical-coordinate representation of color #68DD84: hue angle of 134.36º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #68DD84 is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB104221132-
CMYK0.5300.400.13
HSL134.36º63.24%63.73%-
HSV(B)134.36º52.94%86.67%-
XYZ35.7356.3230.82-
YUV175.87103.2476.74-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 22.76%
GREEN value IS 221 (86.72% from 255) = 48.36%
BLUE value IS 132 (51.95% from 255) = 28.88%
R=22.76%
G=48.36%
B=28.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1042211320.5300.400.13134.3663.2463.73
Hex68DD8435028D863f40
Octal150335204650501520677100
Binary1101000110111011000010011010101010001101100001101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,221,132); }

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

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

 a { background-color: rgb(104,221,132); }

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

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

 span { border-color: rgb(104,221,132); }

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