#60F58E

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

Shades of Pastel Green #60F58E

Tints of Pastel Green #60F58E

Color information

#60F58E (or 0x60F58E) is unknown color: approx Pastel Green. HEX triplet: 60, F5 and 8E. RGB value is (96,245,142). Sum of RGB (Red+Green+Blue) = 96+245+142=483 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.88% from 483); Green value is 245 (96.09% from 255 or 50.72% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 245 - color contains mainly: green. Hex color #60F58E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F58E is #9F0A71. Grayscale: #BCBCBC. Windows color (decimal): -10422898 or 9368928. OLE color: 9368928.

HSL color Cylindrical-coordinate representation of color #60F58E: hue angle of 138.52º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60F58E is Cyan = 0.61, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.

Color convert

RGB96245142-
CMYK0.6100.420.04
HSL138.52º88.17%66.86%-
HSV(B)138.52º60.82%96.08%-
XYZ42.3669.7436.82-
YUV188.71101.6461.88-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.88%
GREEN value IS 245 (96.09% from 255) = 50.72%
BLUE value IS 142 (55.86% from 255) = 29.40%
R=19.88%
G=50.72%
B=29.40%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal962451420.6100.420.04138.5288.1766.86
Hex60F58E3D02A48b5843
Octal140365216750524213130103
Binary1100000111101011000111011110101010101001000101110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60F58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,245,142); }

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

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

 a { background-color: rgb(96,245,142); }

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

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

 span { border-color: rgb(96,245,142); }

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