Html Css Color HEX #1FDC50 Malachite

📋 copy color: '#1FDC50'

red 31 ◦ green 220 ◦ blue 80

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

Shades of Malachite #1FDC50

Tints of Malachite #1FDC50

RGB

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

 GREEN value IS 220 (86.33% from 255) = 66.47%

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

R = 9.37%
G = 66.47%
B = 24.17%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#1FDC50 (or 0x1FDC50) is known color: Malachite. HEX triplet: 1F, DC and 50. RGB value is (31,220,80). Sum of RGB (Red+Green+Blue) = 31+220+80=331 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.37% from 331); Green value is 220 (86.33% from 255 or 66.47% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 220 - color contains mainly: green. Hex color #1FDC50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FDC50 is #E023AF. Grayscale: #939393. Windows color (decimal): -14689200 or 5299231. OLE color: 5299231.

HSL color Cylindrical-coordinate representation of color #1FDC50: hue angle of 135.56º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1FDC50 is Cyan = 0.86, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB 31 220 80 -
CMYK 0.86 0 0.64 0.14
HSL 135.56º 0.75% 0.49% -
HSV(B) 135.56º 0.86% 0.86% -
XYZ 27.61 52.06 16.18 -
YUV 147.53 89.88 44.88 -
System Red Green Blue C M Y K H S L
Decimal 31 220 80 0.86 0 0.64 0.14 135.56 0.75 0.49
Hex 1F DC 50 56 0 40 E 88 4B 31
Octal 37 334 120 126 0 100 16 210 113 61
Binary 11111 11011100 1010000 1010110 0 1000000 1110 10001000 1001011 110001

Color Harmonies of #1FDC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FDC50

Black with #1FDC50

Text Example


Text Example

White with #1FDC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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