Html Css Color HEX #1DFA50 Malachite

📋 copy color: '#1DFA50'

red 29 ◦ green 250 ◦ blue 80

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

Shades of Malachite #1DFA50

Tints of Malachite #1DFA50

RGB

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

 GREEN value IS 250 (98.05% from 255) = 69.64%

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

R = 8.08%
G = 69.64%
B = 22.28%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.68

 K value IS 0.02

RGB Variations

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

Color information

#1DFA50 (or 0x1DFA50) is known color: Malachite. HEX triplet: 1D, FA and 50. RGB value is (29,250,80). Sum of RGB (Red+Green+Blue) = 29+250+80=359 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.08% from 359); Green value is 250 (98.05% from 255 or 69.64% from 359); Blue value is 80 (31.64% from 255 or 22.28% from 359); Max value from RGB is 250 - color contains mainly: green. Hex color #1DFA50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DFA50 is #E205AF. Grayscale: #A5A5A5. Windows color (decimal): -14812592 or 5306909. OLE color: 5306909.

HSL color Cylindrical-coordinate representation of color #1DFA50: hue angle of 133.85º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DFA50 is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 29 250 80 -
CMYK 0.88 0 0.68 0.02
HSL 133.85º 0.96% 0.55% -
HSV(B) 133.85º 0.88% 0.98% -
XYZ 36.14 69.21 19.04 -
YUV 164.54 80.28 31.32 -
System Red Green Blue C M Y K H S L
Decimal 29 250 80 0.88 0 0.68 0.02 133.85 0.96 0.55
Hex 1D FA 50 58 0 44 2 86 60 37
Octal 35 372 120 130 0 104 2 206 140 67
Binary 11101 11111010 1010000 1011000 0 1000100 10 10000110 1100000 110111

Color Harmonies of #1DFA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DFA50

Black with #1DFA50

Text Example


Text Example

White with #1DFA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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