#68D575

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

Shades of Pastel Green #68D575

Tints of Pastel Green #68D575

Color information

#68D575 (or 0x68D575) is unknown color: approx Pastel Green. HEX triplet: 68, D5 and 75. RGB value is (104,213,117). Sum of RGB (Red+Green+Blue) = 104+213+117=434 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.96% from 434); Green value is 213 (83.59% from 255 or 49.08% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 213 - color contains mainly: green. Hex color #68D575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D575 is #972A8A. Grayscale: #A9A9A9. Windows color (decimal): -9906827 or 7722344. OLE color: 7722344.

HSL color Cylindrical-coordinate representation of color #68D575: hue angle of 127.16º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #68D575 is Cyan = 0.51, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB104213117-
CMYK0.5100.450.16
HSL127.16º56.48%62.16%-
HSV(B)127.16º51.17%83.53%-
XYZ32.7151.8225.11-
YUV169.4698.3981.31-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 23.96%
GREEN value IS 213 (83.59% from 255) = 49.08%
BLUE value IS 117 (46.09% from 255) = 26.96%
R=23.96%
G=49.08%
B=26.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1042131170.5100.450.16127.1656.4862.16
Hex68D5753302D107f383e
Octal15032516563055201777076
Binary11010001101010111101011100110101101100001111111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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