Html Css Color HEX #1DF13D Malachite

📋 copy color: '#1DF13D'

red 29 ◦ green 241 ◦ blue 61

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

Shades of Malachite #1DF13D

Tints of Malachite #1DF13D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 18.43%

R = 8.76%
G = 72.81%
B = 18.43%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#1DF13D (or 0x1DF13D) is known color: Malachite. HEX triplet: 1D, F1 and 3D. RGB value is (29,241,61). Sum of RGB (Red+Green+Blue) = 29+241+61=331 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.76% from 331); Green value is 241 (94.53% from 255 or 72.81% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 241 - color contains mainly: green. Hex color #1DF13D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF13D is #E20EC2. Grayscale: #9D9D9D. Windows color (decimal): -14814915 or 4059421. OLE color: 4059421.

HSL color Cylindrical-coordinate representation of color #1DF13D: hue angle of 129.06º 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 #1DF13D is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 29 241 61 -
CMYK 0.88 0 0.75 0.05
HSL 129.06º 0.88% 0.53% -
HSV(B) 129.06º 0.88% 0.95% -
XYZ 32.8 63.51 14.94 -
YUV 157.09 73.76 36.64 -
System Red Green Blue C M Y K H S L
Decimal 29 241 61 0.88 0 0.75 0.05 129.06 0.88 0.53
Hex 1D F1 3D 58 0 4B 5 81 58 35
Octal 35 361 75 130 0 113 5 201 130 65
Binary 11101 11110001 111101 1011000 0 1001011 101 10000001 1011000 110101

Color Harmonies of #1DF13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF13D

Black with #1DF13D

Text Example


Text Example

White with #1DF13D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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