Html Css Color HEX #1FDC41 Malachite

📋 copy color: '#1FDC41'

red 31 ◦ green 220 ◦ blue 65

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

Shades of Malachite #1FDC41

Tints of Malachite #1FDC41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.57%

R = 9.81%
G = 69.62%
B = 20.57%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#1FDC41 (or 0x1FDC41) is known color: Malachite. HEX triplet: 1F, DC and 41. RGB value is (31,220,65). Sum of RGB (Red+Green+Blue) = 31+220+65=316 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.81% from 316); Green value is 220 (86.33% from 255 or 69.62% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 220 - color contains mainly: green. Hex color #1FDC41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDC41 is #E023BE. Grayscale: #929292. Windows color (decimal): -14689215 or 4316191. OLE color: 4316191.

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

Color convert

RGB 31 220 65 -
CMYK 0.86 0 0.70 0.14
HSL 130.79º 0.75% 0.49% -
HSV(B) 130.79º 0.86% 0.86% -
XYZ 27.11 51.86 13.58 -
YUV 145.82 82.38 46.1 -
System Red Green Blue C M Y K H S L
Decimal 31 220 65 0.86 0 0.70 0.14 130.79 0.75 0.49
Hex 1F DC 41 56 0 46 E 83 4B 31
Octal 37 334 101 126 0 106 16 203 113 61
Binary 11111 11011100 1000001 1010110 0 1000110 1110 10000011 1001011 110001

Color Harmonies of #1FDC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FDC41

Black with #1FDC41

Text Example


Text Example

White with #1FDC41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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