#60E373

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

Shades of Pastel Green #60E373

Tints of Pastel Green #60E373

Color information

#60E373 (or 0x60E373) is unknown color: approx Pastel Green. HEX triplet: 60, E3 and 73. RGB value is (96,227,115). Sum of RGB (Red+Green+Blue) = 96+227+115=438 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.92% from 438); Green value is 227 (89.06% from 255 or 51.83% from 438); Blue value is 115 (45.31% from 255 or 26.26% from 438); Max value from RGB is 227 - color contains mainly: green. Hex color #60E373 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60E373 is #9F1C8C. Grayscale: #AFAFAF. Windows color (decimal): -10427533 or 7594848. OLE color: 7594848.

HSL color Cylindrical-coordinate representation of color #60E373: hue angle of 128.7º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60E373 is Cyan = 0.58, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB96227115-
CMYK0.5800.490.11
HSL128.7º70.05%63.33%-
HSV(B)128.7º57.71%89.02%-
XYZ35.3958.6625.68-
YUV175.0694.171.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.92%
GREEN value IS 227 (89.06% from 255) = 51.83%
BLUE value IS 115 (45.31% from 255) = 26.26%
R=21.92%
G=51.83%
B=26.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal962271150.5800.490.11128.770.0563.33
Hex60E3733A031B81463f
Octal140343163720611320110677
Binary110000011100011111001111101001100011011100000011000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60E373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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