#60D873

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

Shades of Pastel Green #60D873

Tints of Pastel Green #60D873

Color information

#60D873 (or 0x60D873) is unknown color: approx Pastel Green. HEX triplet: 60, D8 and 73. RGB value is (96,216,115). Sum of RGB (Red+Green+Blue) = 96+216+115=427 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.48% from 427); Green value is 216 (84.77% from 255 or 50.59% from 427); Blue value is 115 (45.31% from 255 or 26.93% from 427); Max value from RGB is 216 - color contains mainly: green. Hex color #60D873 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D873 is #9F278C. Grayscale: #A8A8A8. Windows color (decimal): -10430349 or 7592032. OLE color: 7592032.

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

Color convert

RGB96216115-
CMYK0.5600.470.15
HSL129.5º60.61%61.18%-
HSV(B)129.5º55.56%84.71%-
XYZ32.4752.8424.71-
YUV168.6197.7476.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.48%
GREEN value IS 216 (84.77% from 255) = 50.59%
BLUE value IS 115 (45.31% from 255) = 26.93%
R=22.48%
G=50.59%
B=26.93%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal962161150.5600.470.15129.560.6161.18
Hex60D8733802FF823d3d
Octal14033016370057172027575
Binary11000001101100011100111110000101111111110000010111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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