#1fdc3f

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

Shades of Malachite #1FDC3F

Tints of Malachite #1FDC3F

Color information

#1FDC3F (or 0x1FDC3F) is unknown color: approx Malachite. HEX triplet: 1F, DC and 3F. RGB value is (31,220,63). Sum of RGB (Red+Green+Blue) = 31+220+63=314 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.87% from 314); Green value is 220 (86.33% from 255 or 70.06% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 220 - color contains mainly: green. Hex color #1FDC3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDC3F is #E023C0. Grayscale: #929292. Windows color (decimal): -14689217 or 4185119. OLE color: 4185119.

HSL color Cylindrical-coordinate representation of color #1FDC3F: hue angle of 130.16º 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 #1FDC3F is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.14.

Color convert

RGB3122063-
CMYK0.8600.710.14
HSL130.16º75.3%49.22%-
HSV(B)130.16º85.91%86.27%-
XYZ27.0651.8413.28-
YUV145.5981.3846.27-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.87%
GREEN value IS 220 (86.33% from 255) = 70.06%
BLUE value IS 63 (25% from 255) = 20.06%
R=9.87%
G=70.06%
B=20.06%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal31220630.8600.710.14130.1675.349.22
Hex1FDC3F56047E824b31
Octal373347712601071620211361
Binary11111110111001111111010110010001111110100000101001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1fdc3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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