#68D175

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

Shades of Pastel Green #68D175

Tints of Pastel Green #68D175

Color information

#68D175 (or 0x68D175) is unknown color: approx Pastel Green. HEX triplet: 68, D1 and 75. RGB value is (104,209,117). Sum of RGB (Red+Green+Blue) = 104+209+117=430 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.19% from 430); Green value is 209 (82.03% from 255 or 48.60% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 209 - color contains mainly: green. Hex color #68D175 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D175 is #972E8A. Grayscale: #A7A7A7. Windows color (decimal): -9907851 or 7721320. OLE color: 7721320.

HSL color Cylindrical-coordinate representation of color #68D175: hue angle of 127.43º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #68D175 is Cyan = 0.50, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB104209117-
CMYK0.5000.440.18
HSL127.43º53.3%61.37%-
HSV(B)127.43º50.24%81.96%-
XYZ31.7249.8324.78-
YUV167.1299.7182.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.19%
GREEN value IS 209 (82.03% from 255) = 48.60%
BLUE value IS 117 (46.09% from 255) = 27.21%
R=24.19%
G=48.60%
B=27.21%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1042091170.5000.440.18127.4353.361.37
Hex68D1753202C127f353d
Octal15032116562054221776575
Binary11010001101000111101011100100101100100101111111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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