Html Css Color HEX #1FD85F Malachite

📋 copy color: '#1FD85F'

red 31 ◦ green 216 ◦ blue 95

#1FD85F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #1FD85F

Tints of Malachite #1FD85F

RGB

 RED value IS 31 (12.5% from 255) = 9.06%

 GREEN value IS 216 (84.77% from 255) = 63.16%

 BLUE value IS 95 (37.5% from 255) = 27.78%

R = 9.06%
G = 63.16%
B = 27.78%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#1FD85F (or 0x1FD85F) is known color: Malachite. HEX triplet: 1F, D8 and 5F. RGB value is (31,216,95). Sum of RGB (Red+Green+Blue) = 31+216+95=342 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.06% from 342); Green value is 216 (84.77% from 255 or 63.16% from 342); Blue value is 95 (37.5% from 255 or 27.78% from 342); Max value from RGB is 216 - color contains mainly: green. Hex color #1FD85F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FD85F is #E027A0. Grayscale: #939393. Windows color (decimal): -14690209 or 6281247. OLE color: 6281247.

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

Color convert

RGB 31 216 95 -
CMYK 0.86 0 0.56 0.15
HSL 140.76º 0.75% 0.48% -
HSV(B) 140.76º 0.86% 0.85% -
XYZ 27.19 50.23 19.09 -
YUV 146.89 98.71 45.34 -
System Red Green Blue C M Y K H S L
Decimal 31 216 95 0.86 0 0.56 0.15 140.76 0.75 0.48
Hex 1F D8 5F 56 0 38 F 8D 4B 30
Octal 37 330 137 126 0 70 17 215 113 60
Binary 11111 11011000 1011111 1010110 0 111000 1111 10001101 1001011 110000

Color Harmonies of #1FD85F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD85F

Black with #1FD85F

Text Example


Text Example

White with #1FD85F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,216,95); }

 H1.HeaderClassName
 {
   color: #1FD85F;
 }
 .AnyTagClassName
 {
   color: #1FD85F;
 }
</style>

background-color css

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

 a { background-color: rgb(31,216,95); }

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

border-color css

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

 span { border-color: rgb(31,216,95); }

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