Html Css Color HEX #1DF360 Malachite

📋 copy color: '#1DF360'

red 29 ◦ green 243 ◦ blue 96

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

Shades of Malachite #1DF360

Tints of Malachite #1DF360

RGB

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

 GREEN value IS 243 (95.31% from 255) = 66.03%

 BLUE value IS 96 (37.89% from 255) = 26.09%

R = 7.88%
G = 66.03%
B = 26.09%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#1DF360 (or 0x1DF360) is known color: Malachite. HEX triplet: 1D, F3 and 60. RGB value is (29,243,96). Sum of RGB (Red+Green+Blue) = 29+243+96=368 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.88% from 368); Green value is 243 (95.31% from 255 or 66.03% from 368); Blue value is 96 (37.89% from 255 or 26.09% from 368); Max value from RGB is 243 - color contains mainly: green. Hex color #1DF360 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF360 is #E20C9F. Grayscale: #A2A2A2. Windows color (decimal): -14814368 or 6353693. OLE color: 6353693.

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

Color convert

RGB 29 243 96 -
CMYK 0.88 0 0.60 0.05
HSL 138.79º 0.9% 0.53% -
HSV(B) 138.79º 0.88% 0.95% -
XYZ 34.67 65.21 21.83 -
YUV 162.26 90.6 32.95 -
System Red Green Blue C M Y K H S L
Decimal 29 243 96 0.88 0 0.60 0.05 138.79 0.9 0.53
Hex 1D F3 60 58 0 3C 5 8B 5A 35
Octal 35 363 140 130 0 74 5 213 132 65
Binary 11101 11110011 1100000 1011000 0 111100 101 10001011 1011010 110101

Color Harmonies of #1DF360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF360

Black with #1DF360

Text Example


Text Example

White with #1DF360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,243,96); }

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

background-color css

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

 a { background-color: rgb(29,243,96); }

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

border-color css

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

 span { border-color: rgb(29,243,96); }

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