Html Css Color HEX #1DF150 Malachite

📋 copy color: '#1DF150'

red 29 ◦ green 241 ◦ blue 80

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

Shades of Malachite #1DF150

Tints of Malachite #1DF150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 22.86%

R = 8.29%
G = 68.86%
B = 22.86%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#1DF150 (or 0x1DF150) is known color: Malachite. HEX triplet: 1D, F1 and 50. RGB value is (29,241,80). Sum of RGB (Red+Green+Blue) = 29+241+80=350 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.29% from 350); Green value is 241 (94.53% from 255 or 68.86% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 241 - color contains mainly: green. Hex color #1DF150 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF150 is #E20EAF. Grayscale: #9F9F9F. Windows color (decimal): -14814896 or 5304605. OLE color: 5304605.

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

Color convert

RGB 29 241 80 -
CMYK 0.88 0 0.67 0.05
HSL 134.43º 0.88% 0.53% -
HSV(B) 134.43º 0.88% 0.95% -
XYZ 33.41 63.75 18.13 -
YUV 159.26 83.26 35.09 -
System Red Green Blue C M Y K H S L
Decimal 29 241 80 0.88 0 0.67 0.05 134.43 0.88 0.53
Hex 1D F1 50 58 0 43 5 86 58 35
Octal 35 361 120 130 0 103 5 206 130 65
Binary 11101 11110001 1010000 1011000 0 1000011 101 10000110 1011000 110101

Color Harmonies of #1DF150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF150

Black with #1DF150

Text Example


Text Example

White with #1DF150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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