Html Css Color HEX #1FD85E Malachite

📋 copy color: '#1FD85E'

red 31 ◦ green 216 ◦ blue 94

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

Shades of Malachite #1FD85E

Tints of Malachite #1FD85E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.57%

R = 9.09%
G = 63.34%
B = 27.57%

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

#1FD85E (or 0x1FD85E) is known color: Malachite. HEX triplet: 1F, D8 and 5E. RGB value is (31,216,94). Sum of RGB (Red+Green+Blue) = 31+216+94=341 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.09% from 341); Green value is 216 (84.77% from 255 or 63.34% from 341); Blue value is 94 (37.11% from 255 or 27.57% from 341); Max value from RGB is 216 - color contains mainly: green. Hex color #1FD85E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FD85E is #E027A1. Grayscale: #939393. Windows color (decimal): -14690210 or 6215711. OLE color: 6215711.

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

Color convert

RGB 31 216 94 -
CMYK 0.86 0 0.56 0.15
HSL 140.43º 0.75% 0.48% -
HSV(B) 140.43º 0.86% 0.85% -
XYZ 27.14 50.21 18.85 -
YUV 146.78 98.21 45.42 -
System Red Green Blue C M Y K H S L
Decimal 31 216 94 0.86 0 0.56 0.15 140.43 0.75 0.48
Hex 1F D8 5E 56 0 38 F 8C 4B 30
Octal 37 330 136 126 0 70 17 214 113 60
Binary 11111 11011000 1011110 1010110 0 111000 1111 10001100 1001011 110000

Color Harmonies of #1FD85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FD85E

Black with #1FD85E

Text Example


Text Example

White with #1FD85E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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