#68DD75

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

Shades of Pastel Green #68DD75

Tints of Pastel Green #68DD75

Color information

#68DD75 (or 0x68DD75) is unknown color: approx Pastel Green. HEX triplet: 68, DD and 75. RGB value is (104,221,117). Sum of RGB (Red+Green+Blue) = 104+221+117=442 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.53% from 442); Green value is 221 (86.72% from 255 or 50% from 442); Blue value is 117 (46.09% from 255 or 26.47% from 442); Max value from RGB is 221 - color contains mainly: green. Hex color #68DD75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DD75 is #97228A. Grayscale: #AEAEAE. Windows color (decimal): -9904779 or 7724392. OLE color: 7724392.

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

Color convert

RGB104221117-
CMYK0.5300.470.13
HSL126.67º63.24%63.73%-
HSV(B)126.67º52.94%86.67%-
XYZ34.7855.9425.79-
YUV174.1695.7477.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.53%
GREEN value IS 221 (86.72% from 255) = 50%
BLUE value IS 117 (46.09% from 255) = 26.47%
R=23.53%
G=50%
B=26.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1042211170.5300.470.13126.6763.2463.73
Hex68DD753502FD7f3f40
Octal150335165650571517777100
Binary11010001101110111101011101010101111110111111111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DD75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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