#60DE73

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

Shades of Pastel Green #60DE73

Tints of Pastel Green #60DE73

Color information

#60DE73 (or 0x60DE73) is unknown color: approx Pastel Green. HEX triplet: 60, DE and 73. RGB value is (96,222,115). Sum of RGB (Red+Green+Blue) = 96+222+115=433 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.17% from 433); Green value is 222 (87.11% from 255 or 51.27% from 433); Blue value is 115 (45.31% from 255 or 26.56% from 433); Max value from RGB is 222 - color contains mainly: green. Hex color #60DE73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60DE73 is #9F218C. Grayscale: #ACACAC. Windows color (decimal): -10428813 or 7593568. OLE color: 7593568.

HSL color Cylindrical-coordinate representation of color #60DE73: hue angle of 129.05º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60DE73 is Cyan = 0.57, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB96222115-
CMYK0.5700.480.13
HSL129.05º65.62%62.35%-
HSV(B)129.05º56.76%87.06%-
XYZ34.0455.9725.23-
YUV172.1395.7673.7-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.17%
GREEN value IS 222 (87.11% from 255) = 51.27%
BLUE value IS 115 (45.31% from 255) = 26.56%
R=22.17%
G=51.27%
B=26.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal962221150.5700.480.13129.0565.6262.35
Hex60DE7339030D81423e
Octal140336163710601520110276
Binary110000011011110111001111100101100001101100000011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,222,115); }

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

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

 a { background-color: rgb(96,222,115); }

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

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

 span { border-color: rgb(96,222,115); }

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