#60F191

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

Shades of Pastel Green #60F191

Tints of Pastel Green #60F191

Color information

#60F191 (or 0x60F191) is unknown color: approx Pastel Green. HEX triplet: 60, F1 and 91. RGB value is (96,241,145). Sum of RGB (Red+Green+Blue) = 96+241+145=482 (63% of max value = 765). Red value is 96 (37.89% from 255 or 19.92% from 482); Green value is 241 (94.53% from 255 or 50% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 241 - color contains mainly: green. Hex color #60F191 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F191 is #9F0E6E. Grayscale: #BABABA. Windows color (decimal): -10423919 or 9564512. OLE color: 9564512.

HSL color Cylindrical-coordinate representation of color #60F191: hue angle of 140.28º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #60F191 is Cyan = 0.60, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.

Color convert

RGB96241145-
CMYK0.6000.400.05
HSL140.28º83.82%66.08%-
HSV(B)140.28º60.17%94.51%-
XYZ41.3967.4437.62-
YUV186.7104.4663.31-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.92%
GREEN value IS 241 (94.53% from 255) = 50%
BLUE value IS 145 (57.03% from 255) = 30.08%
R=19.92%
G=50%
B=30.08%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal962411450.6000.400.05140.2883.8266.08
Hex60F1913C02858c5442
Octal140361221740505214124102
Binary1100000111100011001000111110001010001011000110010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60F191

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,241,145); }

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

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

 a { background-color: rgb(96,241,145); }

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

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

 span { border-color: rgb(96,241,145); }

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