Html Css Color HEX #1FDC48 Malachite

📋 copy color: '#1FDC48'

red 31 ◦ green 220 ◦ blue 72

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

Shades of Malachite #1FDC48

Tints of Malachite #1FDC48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.29%

R = 9.6%
G = 68.11%
B = 22.29%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.67

 K value IS 0.14

RGB Variations

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

Color information

#1FDC48 (or 0x1FDC48) is known color: Malachite. HEX triplet: 1F, DC and 48. RGB value is (31,220,72). Sum of RGB (Red+Green+Blue) = 31+220+72=323 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.60% from 323); Green value is 220 (86.33% from 255 or 68.11% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 220 - color contains mainly: green. Hex color #1FDC48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #1FDC48 is #E023B7. Grayscale: #939393. Windows color (decimal): -14689208 or 4774943. OLE color: 4774943.

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

Color convert

RGB 31 220 72 -
CMYK 0.86 0 0.67 0.14
HSL 133.02º 0.75% 0.49% -
HSV(B) 133.02º 0.86% 0.86% -
XYZ 27.33 51.95 14.72 -
YUV 146.62 85.88 45.53 -
System Red Green Blue C M Y K H S L
Decimal 31 220 72 0.86 0 0.67 0.14 133.02 0.75 0.49
Hex 1F DC 48 56 0 43 E 85 4B 31
Octal 37 334 110 126 0 103 16 205 113 61
Binary 11111 11011100 1001000 1010110 0 1000011 1110 10000101 1001011 110001

Color Harmonies of #1FDC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FDC48

Black with #1FDC48

Text Example


Text Example

White with #1FDC48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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