Html Css Color HEX #1FE064 Malachite

📋 copy color: '#1FE064'

red 31 ◦ green 224 ◦ blue 100

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

Shades of Malachite #1FE064

Tints of Malachite #1FE064

RGB

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

 GREEN value IS 224 (87.89% from 255) = 63.1%

 BLUE value IS 100 (39.45% from 255) = 28.17%

R = 8.73%
G = 63.1%
B = 28.17%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.55

 K value IS 0.12

RGB Variations

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

Color information

#1FE064 (or 0x1FE064) is known color: Malachite. HEX triplet: 1F, E0 and 64. RGB value is (31,224,100). Sum of RGB (Red+Green+Blue) = 31+224+100=355 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.73% from 355); Green value is 224 (87.89% from 255 or 63.10% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 224 - color contains mainly: green. Hex color #1FE064 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FE064 is #E01F9B. Grayscale: #989898. Windows color (decimal): -14688156 or 6610975. OLE color: 6610975.

HSL color Cylindrical-coordinate representation of color #1FE064: hue angle of 141.45º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FE064 is Cyan = 0.86, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.12.

Color convert

RGB 31 224 100 -
CMYK 0.86 0 0.55 0.12
HSL 141.45º 0.76% 0.5% -
HSV(B) 141.45º 0.86% 0.88% -
XYZ 29.52 54.52 21.02 -
YUV 152.16 98.56 41.58 -
System Red Green Blue C M Y K H S L
Decimal 31 224 100 0.86 0 0.55 0.12 141.45 0.76 0.5
Hex 1F E0 64 56 0 37 C 8D 4C 32
Octal 37 340 144 126 0 67 14 215 114 62
Binary 11111 11100000 1100100 1010110 0 110111 1100 10001101 1001100 110010

Color Harmonies of #1FE064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FE064

Black with #1FE064

Text Example


Text Example

White with #1FE064

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,224,100); }

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

background-color css

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

 a { background-color: rgb(31,224,100); }

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

border-color css

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

 span { border-color: rgb(31,224,100); }

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