#60DA70

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

Shades of Pastel Green #60DA70

Tints of Pastel Green #60DA70

Color information

#60DA70 (or 0x60DA70) is unknown color: approx Pastel Green. HEX triplet: 60, DA and 70. RGB value is (96,218,112). Sum of RGB (Red+Green+Blue) = 96+218+112=426 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.54% from 426); Green value is 218 (85.55% from 255 or 51.17% from 426); Blue value is 112 (44.14% from 255 or 26.29% from 426); Max value from RGB is 218 - color contains mainly: green. Hex color #60DA70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60DA70 is #9F258F. Grayscale: #A9A9A9. Windows color (decimal): -10429840 or 7395936. OLE color: 7395936.

HSL color Cylindrical-coordinate representation of color #60DA70: hue angle of 127.87º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60DA70 is Cyan = 0.56, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB96218112-
CMYK0.5600.490.15
HSL127.87º62.24%61.57%-
HSV(B)127.87º55.96%85.49%-
XYZ32.8253.823.98-
YUV169.4495.5875.62-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.54%
GREEN value IS 218 (85.55% from 255) = 51.17%
BLUE value IS 112 (44.14% from 255) = 26.29%
R=22.54%
G=51.17%
B=26.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal962181120.5600.490.15127.8762.2461.57
Hex60DA7038031F803e3e
Octal14033216070061172007676
Binary11000001101101011100001110000110001111110000000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60DA70; }

 p { color: rgb(96,218,112); }

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

<style>
 a { background-color: #60DA70; }

 a { background-color: rgb(96,218,112); }

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

<style>
 span { border-color: #60DA70; }

 span { border-color: rgb(96,218,112); }

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