#60D861

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

Shades of Pastel Green #60D861

Tints of Pastel Green #60D861

Color information

#60D861 (or 0x60D861) is unknown color: approx Pastel Green. HEX triplet: 60, D8 and 61. RGB value is (96,216,97). Sum of RGB (Red+Green+Blue) = 96+216+97=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 216 (84.77% from 255 or 52.81% from 409); Blue value is 97 (38.28% from 255 or 23.72% from 409); Max value from RGB is 216 - color contains mainly: green. Hex color #60D861 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60D861 is #9F279E. Grayscale: #A6A6A6. Windows color (decimal): -10430367 or 6412384. OLE color: 6412384.

HSL color Cylindrical-coordinate representation of color #60D861: hue angle of 120.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 #60D861 is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB9621697-
CMYK0.5600.550.15
HSL120.5º60.61%61.18%-
HSV(B)120.5º55.56%84.71%-
XYZ31.5452.4619.77-
YUV166.5588.7477.68-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.47%
GREEN value IS 216 (84.77% from 255) = 52.81%
BLUE value IS 97 (38.28% from 255) = 23.72%
R=23.47%
G=52.81%
B=23.72%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal96216970.5600.550.15120.560.6161.18
Hex60D86138037F783d3d
Octal14033014170067171707575
Binary1100000110110001100001111000011011111111111000111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60D861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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