#1FD05E

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

Shades of Malachite #1FD05E

Tints of Malachite #1FD05E

Color information

#1FD05E (or 0x1FD05E) is unknown color: approx Malachite. HEX triplet: 1F, D0 and 5E. RGB value is (31,208,94). Sum of RGB (Red+Green+Blue) = 31+208+94=333 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.31% from 333); Green value is 208 (81.64% from 255 or 62.46% from 333); Blue value is 94 (37.11% from 255 or 28.23% from 333); Max value from RGB is 208 - color contains mainly: green. Hex color #1FD05E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FD05E is #E02FA1. Grayscale: #8E8E8E. Windows color (decimal): -14692258 or 6213663. OLE color: 6213663.

HSL color Cylindrical-coordinate representation of color #1FD05E: hue angle of 141.36º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FD05E is Cyan = 0.85, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB3120894-
CMYK0.8500.550.18
HSL141.36º74.06%46.86%-
HSV(B)141.36º85.1%81.57%-
XYZ25.1446.2118.18-
YUV142.08100.8648.77-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.31%
GREEN value IS 208 (81.64% from 255) = 62.46%
BLUE value IS 94 (37.11% from 255) = 28.23%
R=9.31%
G=62.46%
B=28.23%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal31208940.8500.550.18141.3674.0646.86
Hex1FD05E55037128d4a2f
Octal373201361250672221511257
Binary111111101000010111101010101011011110010100011011001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FD05E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,208,94); }

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

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

 a { background-color: rgb(31,208,94); }

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

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

 span { border-color: rgb(31,208,94); }

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