#1FDC60

Color #1FDC60 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #1FDC60

Tints of Malachite #1FDC60

Color information

#1FDC60 (or 0x1FDC60) is unknown color: approx Malachite. HEX triplet: 1F, DC and 60. RGB value is (31,220,96). Sum of RGB (Red+Green+Blue) = 31+220+96=347 (45% of max value = 765). Red value is 31 (12.5% from 255 or 8.93% from 347); Green value is 220 (86.33% from 255 or 63.40% from 347); Blue value is 96 (37.89% from 255 or 27.67% from 347); Max value from RGB is 220 - color contains mainly: green. Hex color #1FDC60 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FDC60 is #E0239F. Grayscale: #959595. Windows color (decimal): -14689184 or 6347807. OLE color: 6347807.

HSL color Cylindrical-coordinate representation of color #1FDC60: hue angle of 140.63º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDC60 is Cyan = 0.86, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB3122096-
CMYK0.8600.560.14
HSL140.63º75.3%49.22%-
HSV(B)140.63º85.91%86.27%-
XYZ28.2752.3219.68-
YUV149.3597.8843.58-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.93%
GREEN value IS 220 (86.33% from 255) = 63.40%
BLUE value IS 96 (37.89% from 255) = 27.67%
R=8.93%
G=63.40%
B=27.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal31220960.8600.560.14140.6375.349.22
Hex1FDC6056038E8d4b31
Octal373341401260701621511361
Binary11111110111001100000101011001110001110100011011001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FDC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1FDC60; }

 p { color: rgb(31,220,96); }

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

<style>
 a { background-color: #1FDC60; }

 a { background-color: rgb(31,220,96); }

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

<style>
 span { border-color: #1FDC60; }

 span { border-color: rgb(31,220,96); }

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