Html Css Color HEX #1FDC40 Malachite

📋 copy color: '#1FDC40'

red 31 ◦ green 220 ◦ blue 64

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

Shades of Malachite #1FDC40

Tints of Malachite #1FDC40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 20.32%

R = 9.84%
G = 69.84%
B = 20.32%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#1FDC40 (or 0x1FDC40) is known color: Malachite. HEX triplet: 1F, DC and 40. RGB value is (31,220,64). Sum of RGB (Red+Green+Blue) = 31+220+64=315 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.84% from 315); Green value is 220 (86.33% from 255 or 69.84% from 315); Blue value is 64 (25.39% from 255 or 20.32% from 315); Max value from RGB is 220 - color contains mainly: green. Hex color #1FDC40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDC40 is #E023BF. Grayscale: #929292. Windows color (decimal): -14689216 or 4250655. OLE color: 4250655.

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

Color convert

RGB 31 220 64 -
CMYK 0.86 0 0.71 0.14
HSL 130.48º 0.75% 0.49% -
HSV(B) 130.48º 0.86% 0.86% -
XYZ 27.08 51.85 13.43 -
YUV 145.71 81.88 46.18 -
System Red Green Blue C M Y K H S L
Decimal 31 220 64 0.86 0 0.71 0.14 130.48 0.75 0.49
Hex 1F DC 40 56 0 47 E 82 4B 31
Octal 37 334 100 126 0 107 16 202 113 61
Binary 11111 11011100 1000000 1010110 0 1000111 1110 10000010 1001011 110001

Color Harmonies of #1FDC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FDC40

Black with #1FDC40

Text Example


Text Example

White with #1FDC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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