#60D56E

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

Shades of Pastel Green #60D56E

Tints of Pastel Green #60D56E

Color information

#60D56E (or 0x60D56E) is unknown color: approx Pastel Green. HEX triplet: 60, D5 and 6E. RGB value is (96,213,110). Sum of RGB (Red+Green+Blue) = 96+213+110=419 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.91% from 419); Green value is 213 (83.59% from 255 or 50.84% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 213 - color contains mainly: green. Hex color #60D56E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D56E is #9F2A91. Grayscale: #A6A6A6. Windows color (decimal): -10431122 or 7263584. OLE color: 7263584.

HSL color Cylindrical-coordinate representation of color #60D56E: hue angle of 127.18º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60D56E is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB96213110-
CMYK0.5500.480.16
HSL127.18º58.21%60.59%-
HSV(B)127.18º54.93%83.53%-
XYZ31.4351.222.98-
YUV166.2796.2477.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.91%
GREEN value IS 213 (83.59% from 255) = 50.84%
BLUE value IS 110 (43.36% from 255) = 26.25%
R=22.91%
G=50.84%
B=26.25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal962131100.5500.480.16127.1858.2160.59
Hex60D56E37030107f3a3d
Octal14032515667060201777275
Binary11000001101010111011101101110110000100001111111111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D56E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,213,110); }

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

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

 a { background-color: rgb(96,213,110); }

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

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

 span { border-color: rgb(96,213,110); }

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