Html Css Color HEX #1DF65D Malachite

📋 copy color: '#1DF65D'

red 29 ◦ green 246 ◦ blue 93

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

Shades of Malachite #1DF65D

Tints of Malachite #1DF65D

RGB

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

 GREEN value IS 246 (96.48% from 255) = 66.85%

 BLUE value IS 93 (36.72% from 255) = 25.27%

R = 7.88%
G = 66.85%
B = 25.27%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.62

 K value IS 0.04

RGB Variations

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

Color information

#1DF65D (or 0x1DF65D) is known color: Malachite. HEX triplet: 1D, F6 and 5D. RGB value is (29,246,93). Sum of RGB (Red+Green+Blue) = 29+246+93=368 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.88% from 368); Green value is 246 (96.48% from 255 or 66.85% from 368); Blue value is 93 (36.72% from 255 or 25.27% from 368); Max value from RGB is 246 - color contains mainly: green. Hex color #1DF65D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF65D is #E209A2. Grayscale: #A4A4A4. Windows color (decimal): -14813603 or 6157853. OLE color: 6157853.

HSL color Cylindrical-coordinate representation of color #1DF65D: hue angle of 137.7º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF65D is Cyan = 0.88, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB 29 246 93 -
CMYK 0.88 0 0.62 0.04
HSL 137.7º 0.92% 0.54% -
HSV(B) 137.7º 0.88% 0.96% -
XYZ 35.44 66.96 21.41 -
YUV 163.68 88.11 31.94 -
System Red Green Blue C M Y K H S L
Decimal 29 246 93 0.88 0 0.62 0.04 137.7 0.92 0.54
Hex 1D F6 5D 58 0 3E 4 8A 5C 36
Octal 35 366 135 130 0 76 4 212 134 66
Binary 11101 11110110 1011101 1011000 0 111110 100 10001010 1011100 110110

Color Harmonies of #1DF65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF65D

Black with #1DF65D

Text Example


Text Example

White with #1DF65D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,246,93); }

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

background-color css

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

 a { background-color: rgb(29,246,93); }

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

border-color css

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

 span { border-color: rgb(29,246,93); }

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