#60F592

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

Shades of Pastel Green #60F592

Tints of Pastel Green #60F592

Color information

#60F592 (or 0x60F592) is unknown color: approx Pastel Green. HEX triplet: 60, F5 and 92. RGB value is (96,245,146). Sum of RGB (Red+Green+Blue) = 96+245+146=487 (64% of max value = 765). Red value is 96 (37.89% from 255 or 19.71% from 487); Green value is 245 (96.09% from 255 or 50.31% from 487); Blue value is 146 (57.42% from 255 or 29.98% from 487); Max value from RGB is 245 - color contains mainly: green. Hex color #60F592 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F592 is #9F0A6D. Grayscale: #BDBDBD. Windows color (decimal): -10422894 or 9631072. OLE color: 9631072.

HSL color Cylindrical-coordinate representation of color #60F592: hue angle of 140.13º 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 #60F592 is Cyan = 0.61, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.04.

Color convert

RGB96245146-
CMYK0.6100.400.04
HSL140.13º88.17%66.86%-
HSV(B)140.13º60.82%96.08%-
XYZ42.6669.8738.43-
YUV189.16103.6461.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.71%
GREEN value IS 245 (96.09% from 255) = 50.31%
BLUE value IS 146 (57.42% from 255) = 29.98%
R=19.71%
G=50.31%
B=29.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal962451460.6100.400.04140.1388.1766.86
Hex60F5923D02848c5843
Octal140365222750504214130103
Binary1100000111101011001001011110101010001001000110010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60F592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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