#60D95D

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

Shades of Pastel Green #60D95D

Tints of Pastel Green #60D95D

Color information

#60D95D (or 0x60D95D) is unknown color: approx Pastel Green. HEX triplet: 60, D9 and 5D. RGB value is (96,217,93). Sum of RGB (Red+Green+Blue) = 96+217+93=406 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.65% from 406); Green value is 217 (85.16% from 255 or 53.45% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 217 - color contains mainly: green. Hex color #60D95D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D95D is #9F26A2. Grayscale: #A7A7A7. Windows color (decimal): -10430115 or 6150496. OLE color: 6150496.

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

Color convert

RGB9621793-
CMYK0.5600.570.15
HSL118.55º62%60.78%-
HSV(B)118.55º57.14%85.1%-
XYZ31.6152.918.9-
YUV166.6886.4177.58-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.65%
GREEN value IS 217 (85.16% from 255) = 53.45%
BLUE value IS 93 (36.72% from 255) = 22.91%
R=23.65%
G=53.45%
B=22.91%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal96217930.5600.570.15118.556260.78
Hex60D95D38039F773e3d
Octal14033113570071171677675
Binary1100000110110011011101111000011100111111110111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,217,93); }

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

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

 a { background-color: rgb(96,217,93); }

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

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

 span { border-color: rgb(96,217,93); }

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