Html Css Color HEX #1DF942 Malachite

📋 copy color: '#1DF942'

red 29 ◦ green 249 ◦ blue 66

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

Shades of Malachite #1DF942

Tints of Malachite #1DF942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 19.19%

R = 8.43%
G = 72.38%
B = 19.19%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.73

 K value IS 0.02

RGB Variations

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

Color information

#1DF942 (or 0x1DF942) is known color: Malachite. HEX triplet: 1D, F9 and 42. RGB value is (29,249,66). Sum of RGB (Red+Green+Blue) = 29+249+66=344 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.43% from 344); Green value is 249 (97.66% from 255 or 72.38% from 344); Blue value is 66 (26.17% from 255 or 19.19% from 344); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF942 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF942 is #E206BD. Grayscale: #A2A2A2. Windows color (decimal): -14812862 or 4389149. OLE color: 4389149.

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

Color convert

RGB 29 249 66 -
CMYK 0.88 0 0.73 0.02
HSL 130.09º 0.95% 0.55% -
HSV(B) 130.09º 0.88% 0.98% -
XYZ 35.37 68.41 16.49 -
YUV 162.36 73.61 32.88 -
System Red Green Blue C M Y K H S L
Decimal 29 249 66 0.88 0 0.73 0.02 130.09 0.95 0.55
Hex 1D F9 42 58 0 49 2 82 5F 37
Octal 35 371 102 130 0 111 2 202 137 67
Binary 11101 11111001 1000010 1011000 0 1001001 10 10000010 1011111 110111

Color Harmonies of #1DF942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF942

Black with #1DF942

Text Example


Text Example

White with #1DF942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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