#60e874

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

Shades of Pastel Green #60E874

Tints of Pastel Green #60E874

Color information

#60E874 (or 0x60E874) is unknown color: approx Pastel Green. HEX triplet: 60, E8 and 74. RGB value is (96,232,116). Sum of RGB (Red+Green+Blue) = 96+232+116=444 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.62% from 444); Green value is 232 (91.02% from 255 or 52.25% from 444); Blue value is 116 (45.70% from 255 or 26.13% from 444); Max value from RGB is 232 - color contains mainly: green. Hex color #60E874 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #60E874 is #9F178B. Grayscale: #B2B2B2. Windows color (decimal): -10426252 or 7661664. OLE color: 7661664.

HSL color Cylindrical-coordinate representation of color #60E874: hue angle of 128.82º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #60E874 is Cyan = 0.59, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB96232116-
CMYK0.5900.500.09
HSL128.82º74.73%64.31%-
HSV(B)128.82º58.62%90.98%-
XYZ36.8361.4626.44-
YUV178.1192.9469.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.62%
GREEN value IS 232 (91.02% from 255) = 52.25%
BLUE value IS 116 (45.70% from 255) = 26.13%
R=21.62%
G=52.25%
B=26.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal962321160.5900.500.09128.8274.7364.31
Hex60E8743B0329814b40
Octal1403501647306211201113100
Binary1100000111010001110100111011011001010011000000110010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60e874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,232,116); }

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

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

 a { background-color: rgb(96,232,116); }

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

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

 span { border-color: rgb(96,232,116); }

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