#60e071

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

Shades of Pastel Green #60E071

Tints of Pastel Green #60E071

Color information

#60E071 (or 0x60E071) is unknown color: approx Pastel Green. HEX triplet: 60, E0 and 71. RGB value is (96,224,113). Sum of RGB (Red+Green+Blue) = 96+224+113=433 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.17% from 433); Green value is 224 (87.89% from 255 or 51.73% from 433); Blue value is 113 (44.53% from 255 or 26.10% from 433); Max value from RGB is 224 - color contains mainly: green. Hex color #60E071 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #60E071 is #9F1F8E. Grayscale: #ADADAD. Windows color (decimal): -10428303 or 7463008. OLE color: 7463008.

HSL color Cylindrical-coordinate representation of color #60E071: hue angle of 127.97º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60E071 is Cyan = 0.57, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.

Color convert

RGB96224113-
CMYK0.5700.500.12
HSL127.97º67.37%62.75%-
HSV(B)127.97º57.14%87.84%-
XYZ34.4656.9924.81-
YUV173.0794.0973.03-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.17%
GREEN value IS 224 (87.89% from 255) = 51.73%
BLUE value IS 113 (44.53% from 255) = 26.10%
R=22.17%
G=51.73%
B=26.10%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal962241130.5700.500.12127.9767.3762.75
Hex60E07139032C80433f
Octal140340161710621420010377
Binary110000011100000111000111100101100101100100000001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60e071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,224,113); }

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

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

 a { background-color: rgb(96,224,113); }

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

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

 span { border-color: rgb(96,224,113); }

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