#60EB86

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

Shades of Pastel Green #60EB86

Tints of Pastel Green #60EB86

Color information

#60EB86 (or 0x60EB86) is unknown color: approx Pastel Green. HEX triplet: 60, EB and 86. RGB value is (96,235,134). Sum of RGB (Red+Green+Blue) = 96+235+134=465 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.65% from 465); Green value is 235 (92.19% from 255 or 50.54% from 465); Blue value is 134 (52.73% from 255 or 28.82% from 465); Max value from RGB is 235 - color contains mainly: green. Hex color #60EB86 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60EB86 is #9F1479. Grayscale: #B6B6B6. Windows color (decimal): -10425466 or 8842080. OLE color: 8842080.

HSL color Cylindrical-coordinate representation of color #60EB86: hue angle of 136.4º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60EB86 is Cyan = 0.59, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB96235134-
CMYK0.5900.430.08
HSL136.4º77.65%64.9%-
HSV(B)136.4º59.15%92.16%-
XYZ38.8463.6232.79-
YUV181.92100.9566.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.65%
GREEN value IS 235 (92.19% from 255) = 50.54%
BLUE value IS 134 (52.73% from 255) = 28.82%
R=20.65%
G=50.54%
B=28.82%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal962351340.5900.430.08136.477.6564.9
Hex60EB863B02B8884e41
Octal1403532067305310210116101
Binary11000001110101110000110111011010101110001000100010011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60EB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,235,134); }

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

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

 a { background-color: rgb(96,235,134); }

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

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

 span { border-color: rgb(96,235,134); }

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