Html Css Color HEX #1DF950 Malachite

📋 copy color: '#1DF950'

red 29 ◦ green 249 ◦ blue 80

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

Shades of Malachite #1DF950

Tints of Malachite #1DF950

RGB

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

 GREEN value IS 249 (97.66% from 255) = 69.55%

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

R = 8.1%
G = 69.55%
B = 22.35%

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

#1DF950 (or 0x1DF950) is known color: Malachite. HEX triplet: 1D, F9 and 50. RGB value is (29,249,80). Sum of RGB (Red+Green+Blue) = 29+249+80=358 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.10% from 358); Green value is 249 (97.66% from 255 or 69.55% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF950 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF950 is #E206AF. Grayscale: #A4A4A4. Windows color (decimal): -14812848 or 5306653. OLE color: 5306653.

HSL color Cylindrical-coordinate representation of color #1DF950: hue angle of 133.91º degrees, saturation: 0.95, 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 #1DF950 is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB 29 249 80 -
CMYK 0.88 0 0.68 0.02
HSL 133.91º 0.95% 0.55% -
HSV(B) 133.91º 0.88% 0.98% -
XYZ 35.83 68.59 18.94 -
YUV 163.95 80.61 31.74 -
System Red Green Blue C M Y K H S L
Decimal 29 249 80 0.88 0 0.68 0.02 133.91 0.95 0.55
Hex 1D F9 50 58 0 44 2 86 5F 37
Octal 35 371 120 130 0 104 2 206 137 67
Binary 11101 11111001 1010000 1011000 0 1000100 10 10000110 1011111 110111

Color Harmonies of #1DF950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF950

Black with #1DF950

Text Example


Text Example

White with #1DF950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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