Html Css Color HEX #1FDC75 Malachite

📋 copy color: '#1FDC75'

red 31 ◦ green 220 ◦ blue 117

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

Shades of Malachite #1FDC75

Tints of Malachite #1FDC75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.79%

R = 8.42%
G = 59.78%
B = 31.79%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#1FDC75 (or 0x1FDC75) is known color: Malachite. HEX triplet: 1F, DC and 75. RGB value is (31,220,117). Sum of RGB (Red+Green+Blue) = 31+220+117=368 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.42% from 368); Green value is 220 (86.33% from 255 or 59.78% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 220 - color contains mainly: green. Hex color #1FDC75 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #1FDC75 is #E0238A. Grayscale: #979797. Windows color (decimal): -14689163 or 7724063. OLE color: 7724063.

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

Color convert

RGB 31 220 117 -
CMYK 0.86 0 0.47 0.14
HSL 147.3º 0.75% 0.49% -
HSV(B) 147.3º 0.86% 0.86% -
XYZ 29.37 52.76 25.47 -
YUV 151.75 108.38 41.88 -
System Red Green Blue C M Y K H S L
Decimal 31 220 117 0.86 0 0.47 0.14 147.3 0.75 0.49
Hex 1F DC 75 56 0 2F E 93 4B 31
Octal 37 334 165 126 0 57 16 223 113 61
Binary 11111 11011100 1110101 1010110 0 101111 1110 10010011 1001011 110001

Color Harmonies of #1FDC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1FDC75

Black with #1FDC75

Text Example


Text Example

White with #1FDC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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