Html Css Color HEX #1DFF41 Malachite

📋 copy color: '#1DFF41'

red 29 ◦ green 255 ◦ blue 65

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

Shades of Malachite #1DFF41

Tints of Malachite #1DFF41

RGB

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

 GREEN value IS 255 (100% from 255) = 73.07%

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

R = 8.31%
G = 73.07%
B = 18.62%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.75

 K value IS 0

RGB Variations

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

Color information

#1DFF41 (or 0x1DFF41) is known color: Malachite. HEX triplet: 1D, FF and 41. RGB value is (29,255,65). Sum of RGB (Red+Green+Blue) = 29+255+65=349 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.31% from 349); Green value is 255 (100% from 255 or 73.07% from 349); Blue value is 65 (25.78% from 255 or 18.62% from 349); Max value from RGB is 255 - color contains mainly: green. Hex color #1DFF41 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DFF41 is #E200BE. Grayscale: #A6A6A6. Windows color (decimal): -14811327 or 4325149. OLE color: 4325149.

HSL color Cylindrical-coordinate representation of color #1DFF41: hue angle of 129.56º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1DFF41 is Cyan = 0.89, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.

Color convert

RGB 29 255 65 -
CMYK 0.89 0 0.75 0
HSL 129.56º 1% 0.56% -
HSV(B) 129.56º 0.89% 1% -
XYZ 37.22 72.16 16.97 -
YUV 165.77 71.13 30.45 -
System Red Green Blue C M Y K H S L
Decimal 29 255 65 0.89 0 0.75 0 129.56 1 0.56
Hex 1D FF 41 59 0 4B 0 82 64 38
Octal 35 377 101 131 0 113 0 202 144 70
Binary 11101 11111111 1000001 1011001 0 1001011 0 10000010 1100100 111000

Color Harmonies of #1DFF41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DFF41

Black with #1DFF41

Text Example


Text Example

White with #1DFF41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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