#68D570

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

Shades of Pastel Green #68D570

Tints of Pastel Green #68D570

Color information

#68D570 (or 0x68D570) is unknown color: approx Pastel Green. HEX triplet: 68, D5 and 70. RGB value is (104,213,112). Sum of RGB (Red+Green+Blue) = 104+213+112=429 (56% of max value = 765). Red value is 104 (41.02% from 255 or 24.24% from 429); Green value is 213 (83.59% from 255 or 49.65% from 429); Blue value is 112 (44.14% from 255 or 26.11% from 429); Max value from RGB is 213 - color contains mainly: green. Hex color #68D570 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #68D570 is #972A8F. Grayscale: #A9A9A9. Windows color (decimal): -9906832 or 7394664. OLE color: 7394664.

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

Color convert

RGB104213112-
CMYK0.5100.470.16
HSL124.4º56.48%62.16%-
HSV(B)124.4º51.17%83.53%-
XYZ32.4351.723.6-
YUV168.995.8981.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 24.24%
GREEN value IS 213 (83.59% from 255) = 49.65%
BLUE value IS 112 (44.14% from 255) = 26.11%
R=24.24%
G=49.65%
B=26.11%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1042131120.5100.470.16124.456.4862.16
Hex68D5703302F107c383e
Octal15032516063057201747076
Binary11010001101010111100001100110101111100001111100111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68D570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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