#1FD941

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

Shades of Malachite #1FD941

Tints of Malachite #1FD941

Color information

#1FD941 (or 0x1FD941) is unknown color: approx Malachite. HEX triplet: 1F, D9 and 41. RGB value is (31,217,65). Sum of RGB (Red+Green+Blue) = 31+217+65=313 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.90% from 313); Green value is 217 (85.16% from 255 or 69.33% from 313); Blue value is 65 (25.78% from 255 or 20.77% from 313); Max value from RGB is 217 - color contains mainly: green. Hex color #1FD941 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FD941 is #E026BE. Grayscale: #909090. Windows color (decimal): -14689983 or 4315423. OLE color: 4315423.

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

Color convert

RGB3121765-
CMYK0.8600.700.15
HSL130.97º75%48.63%-
HSV(B)130.97º85.71%85.1%-
XYZ26.3350.313.32-
YUV144.0683.3847.36-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.90%
GREEN value IS 217 (85.16% from 255) = 69.33%
BLUE value IS 65 (25.78% from 255) = 20.77%
R=9.90%
G=69.33%
B=20.77%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal31217650.8600.700.15130.977548.63
Hex1FD94156046F834b31
Octal3733110112601061720311361
Binary111111101100110000011010110010001101111100000111001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FD941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,217,65); }

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

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

 a { background-color: rgb(31,217,65); }

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

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

 span { border-color: rgb(31,217,65); }

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