Html Css Color HEX #1DF241 Malachite

📋 copy color: '#1DF241'

red 29 ◦ green 242 ◦ blue 65

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

Shades of Malachite #1DF241

Tints of Malachite #1DF241

RGB

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

 GREEN value IS 242 (94.92% from 255) = 72.02%

 BLUE value IS 65 (25.78% from 255) = 19.35%

R = 8.63%
G = 72.02%
B = 19.35%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#1DF241 (or 0x1DF241) is known color: Malachite. HEX triplet: 1D, F2 and 41. RGB value is (29,242,65). Sum of RGB (Red+Green+Blue) = 29+242+65=336 (44% of max value = 765). Red value is 29 (11.72% from 255 or 8.63% from 336); Green value is 242 (94.92% from 255 or 72.02% from 336); Blue value is 65 (25.78% from 255 or 19.35% from 336); Max value from RGB is 242 - color contains mainly: green. Hex color #1DF241 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF241 is #E20DBE. Grayscale: #9E9E9E. Windows color (decimal): -14814655 or 4321821. OLE color: 4321821.

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

Color convert

RGB 29 242 65 -
CMYK 0.88 0 0.73 0.05
HSL 130.14º 0.89% 0.53% -
HSV(B) 130.14º 0.88% 0.95% -
XYZ 33.21 64.15 15.63 -
YUV 158.14 75.43 35.89 -
System Red Green Blue C M Y K H S L
Decimal 29 242 65 0.88 0 0.73 0.05 130.14 0.89 0.53
Hex 1D F2 41 58 0 49 5 82 59 35
Octal 35 362 101 130 0 111 5 202 131 65
Binary 11101 11110010 1000001 1011000 0 1001001 101 10000010 1011001 110101

Color Harmonies of #1DF241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF241

Black with #1DF241

Text Example


Text Example

White with #1DF241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,242,65); }

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

background-color css

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

 a { background-color: rgb(29,242,65); }

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

border-color css

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

 span { border-color: rgb(29,242,65); }

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