Html Css Color HEX #1DF140 Malachite

📋 copy color: '#1DF140'

red 29 ◦ green 241 ◦ blue 64

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

Shades of Malachite #1DF140

Tints of Malachite #1DF140

RGB

 RED value IS 29 (11.72% from 255) = 8.68%

 GREEN value IS 241 (94.53% from 255) = 72.16%

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

R = 8.68%
G = 72.16%
B = 19.16%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#1DF140 (or 0x1DF140) is known color: Malachite. HEX triplet: 1D, F1 and 40. RGB value is (29,241,64). Sum of RGB (Red+Green+Blue) = 29+241+64=334 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.68% from 334); Green value is 241 (94.53% from 255 or 72.16% from 334); Blue value is 64 (25.39% from 255 or 19.16% from 334); Max value from RGB is 241 - color contains mainly: green. Hex color #1DF140 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF140 is #E20EBF. Grayscale: #9D9D9D. Windows color (decimal): -14814912 or 4256029. OLE color: 4256029.

HSL color Cylindrical-coordinate representation of color #1DF140: hue angle of 129.91º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF140 is Cyan = 0.88, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 29 241 64 -
CMYK 0.88 0 0.73 0.05
HSL 129.91º 0.88% 0.53% -
HSV(B) 129.91º 0.88% 0.95% -
XYZ 32.89 63.54 15.38 -
YUV 157.43 75.26 36.39 -
System Red Green Blue C M Y K H S L
Decimal 29 241 64 0.88 0 0.73 0.05 129.91 0.88 0.53
Hex 1D F1 40 58 0 49 5 82 58 35
Octal 35 361 100 130 0 111 5 202 130 65
Binary 11101 11110001 1000000 1011000 0 1001001 101 10000010 1011000 110101

Color Harmonies of #1DF140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF140

Black with #1DF140

Text Example


Text Example

White with #1DF140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,241,64); }

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

background-color css

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

 a { background-color: rgb(29,241,64); }

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

border-color css

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

 span { border-color: rgb(29,241,64); }

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