#1FC85D

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

Shades of Malachite #1FC85D

Tints of Malachite #1FC85D

Color information

#1FC85D (or 0x1FC85D) is unknown color: approx Malachite. HEX triplet: 1F, C8 and 5D. RGB value is (31,200,93). Sum of RGB (Red+Green+Blue) = 31+200+93=324 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.57% from 324); Green value is 200 (78.52% from 255 or 61.73% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 200 - color contains mainly: green. Hex color #1FC85D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FC85D is #E037A2. Grayscale: #898989. Windows color (decimal): -14694307 or 6146079. OLE color: 6146079.

HSL color Cylindrical-coordinate representation of color #1FC85D: hue angle of 142.01º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FC85D is Cyan = 0.84, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB3120093-
CMYK0.8400.540.22
HSL142.01º73.16%45.29%-
HSV(B)142.01º84.5%78.43%-
XYZ23.242.3917.32-
YUV137.27103.0152.2-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 9.57%
GREEN value IS 200 (78.52% from 255) = 61.73%
BLUE value IS 93 (36.72% from 255) = 28.70%
R=9.57%
G=61.73%
B=28.70%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal31200930.8400.540.22142.0173.1645.29
Hex1FC85D54036168e492d
Octal373101351240662621611155
Binary111111100100010111011010100011011010110100011101001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1FC85D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,200,93); }

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

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

 a { background-color: rgb(31,200,93); }

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

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

 span { border-color: rgb(31,200,93); }

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