Html Css Color HEX #1FE150 Malachite

📋 copy color: '#1FE150'

red 31 ◦ green 225 ◦ blue 80

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

Shades of Malachite #1FE150

Tints of Malachite #1FE150

RGB

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

 GREEN value IS 225 (88.28% from 255) = 66.96%

 BLUE value IS 80 (31.64% from 255) = 23.81%

R = 9.23%
G = 66.96%
B = 23.81%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#1FE150 (or 0x1FE150) is known color: Malachite. HEX triplet: 1F, E1 and 50. RGB value is (31,225,80). Sum of RGB (Red+Green+Blue) = 31+225+80=336 (44% of max value = 765). Red value is 31 (12.5% from 255 or 9.23% from 336); Green value is 225 (88.28% from 255 or 66.96% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 225 - color contains mainly: green. Hex color #1FE150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FE150 is #E01EAF. Grayscale: #969696. Windows color (decimal): -14687920 or 5300511. OLE color: 5300511.

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

Color convert

RGB 31 225 80 -
CMYK 0.86 0 0.64 0.12
HSL 135.15º 0.76% 0.5% -
HSV(B) 135.15º 0.86% 0.88% -
XYZ 28.94 54.72 16.63 -
YUV 150.46 88.23 42.79 -
System Red Green Blue C M Y K H S L
Decimal 31 225 80 0.86 0 0.64 0.12 135.15 0.76 0.5
Hex 1F E1 50 56 0 40 C 87 4C 32
Octal 37 341 120 126 0 100 14 207 114 62
Binary 11111 11100001 1010000 1010110 0 1000000 1100 10000111 1001100 110010

Color Harmonies of #1FE150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FE150

Black with #1FE150

Text Example


Text Example

White with #1FE150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,225,80); }

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

background-color css

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

 a { background-color: rgb(31,225,80); }

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

border-color css

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

 span { border-color: rgb(31,225,80); }

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