Html Css Color HEX #1DFF48 Malachite

📋 copy color: '#1DFF48'

red 29 ◦ green 255 ◦ blue 72

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

Shades of Malachite #1DFF48

Tints of Malachite #1DFF48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20.22%

R = 8.15%
G = 71.63%
B = 20.22%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.72

 K value IS 0

RGB Variations

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

Color information

#1DFF48 (or 0x1DFF48) is known color: Malachite. HEX triplet: 1D, FF and 48. RGB value is (29,255,72). Sum of RGB (Red+Green+Blue) = 29+255+72=356 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.15% from 356); Green value is 255 (100% from 255 or 71.63% from 356); Blue value is 72 (28.52% from 255 or 20.22% from 356); Max value from RGB is 255 - color contains mainly: green. Hex color #1DFF48 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DFF48 is #E200B7. Grayscale: #A7A7A7. Windows color (decimal): -14811320 or 4783901. OLE color: 4783901.

HSL color Cylindrical-coordinate representation of color #1DFF48: hue angle of 131.42º 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 #1DFF48 is Cyan = 0.89, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.

Color convert

RGB 29 255 72 -
CMYK 0.89 0 0.72 0
HSL 131.42º 1% 0.56% -
HSV(B) 131.42º 0.89% 1% -
XYZ 37.44 72.25 18.1 -
YUV 166.56 74.63 29.88 -
System Red Green Blue C M Y K H S L
Decimal 29 255 72 0.89 0 0.72 0 131.42 1 0.56
Hex 1D FF 48 59 0 48 0 83 64 38
Octal 35 377 110 131 0 110 0 203 144 70
Binary 11101 11111111 1001000 1011001 0 1001000 0 10000011 1100100 111000

Color Harmonies of #1DFF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DFF48

Black with #1DFF48

Text Example


Text Example

White with #1DFF48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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