#60F994

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

Shades of Pastel Green #60F994

Tints of Pastel Green #60F994

Color information

#60F994 (or 0x60F994) is unknown color: approx Pastel Green. HEX triplet: 60, F9 and 94. RGB value is (96,249,148). Sum of RGB (Red+Green+Blue) = 96+249+148=493 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.47% from 493); Green value is 249 (97.66% from 255 or 50.51% from 493); Blue value is 148 (58.20% from 255 or 30.02% from 493); Max value from RGB is 249 - color contains mainly: green. Hex color #60F994 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #60F994 is #9F066B. Grayscale: #BFBFBF. Windows color (decimal): -10421868 or 9763168. OLE color: 9763168.

HSL color Cylindrical-coordinate representation of color #60F994: hue angle of 140.39º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60F994 is Cyan = 0.61, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.

Color convert

RGB96249148-
CMYK0.6100.410.02
HSL140.39º92.73%67.65%-
HSV(B)140.39º61.45%97.65%-
XYZ44.0472.3839.67-
YUV191.74103.3159.71-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 19.47%
GREEN value IS 249 (97.66% from 255) = 50.51%
BLUE value IS 148 (58.20% from 255) = 30.02%
R=19.47%
G=50.51%
B=30.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal962491480.6100.410.02140.3992.7367.65
Hex60F9943D02928c5d44
Octal140371224750512214135104
Binary110000011111001100101001111010101001101000110010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60F994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,249,148); }

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

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

 a { background-color: rgb(96,249,148); }

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

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

 span { border-color: rgb(96,249,148); }

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