#68DE75

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

Shades of Pastel Green #68DE75

Tints of Pastel Green #68DE75

Color information

#68DE75 (or 0x68DE75) is unknown color: approx Pastel Green. HEX triplet: 68, DE and 75. RGB value is (104,222,117). Sum of RGB (Red+Green+Blue) = 104+222+117=443 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.48% from 443); Green value is 222 (87.11% from 255 or 50.11% from 443); Blue value is 117 (46.09% from 255 or 26.41% from 443); Max value from RGB is 222 - color contains mainly: green. Hex color #68DE75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68DE75 is #97218A. Grayscale: #AFAFAF. Windows color (decimal): -9904523 or 7724648. OLE color: 7724648.

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

Color convert

RGB104222117-
CMYK0.5300.470.13
HSL126.61º64.13%63.92%-
HSV(B)126.61º53.15%87.06%-
XYZ35.0456.4725.88-
YUV174.7595.4177.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.48%
GREEN value IS 222 (87.11% from 255) = 50.11%
BLUE value IS 117 (46.09% from 255) = 26.41%
R=23.48%
G=50.11%
B=26.41%

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
Decimal1042221170.5300.470.13126.6164.1363.92
Hex68DE753502FD7f4040
Octal1503361656505715177100100
Binary110100011011110111010111010101011111101111111110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68DE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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