Html Css Color HEX #1DF65A Malachite

📋 copy color: '#1DF65A'

red 29 ◦ green 246 ◦ blue 90

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

Shades of Malachite #1DF65A

Tints of Malachite #1DF65A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.66%

R = 7.95%
G = 67.4%
B = 24.66%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.63

 K value IS 0.04

RGB Variations

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

Color information

#1DF65A (or 0x1DF65A) is known color: Malachite. HEX triplet: 1D, F6 and 5A. RGB value is (29,246,90). Sum of RGB (Red+Green+Blue) = 29+246+90=365 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.95% from 365); Green value is 246 (96.48% from 255 or 67.40% from 365); Blue value is 90 (35.55% from 255 or 24.66% from 365); Max value from RGB is 246 - color contains mainly: green. Hex color #1DF65A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF65A is #E209A5. Grayscale: #A3A3A3. Windows color (decimal): -14813606 or 5961245. OLE color: 5961245.

HSL color Cylindrical-coordinate representation of color #1DF65A: hue angle of 136.87º 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 #1DF65A is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB 29 246 90 -
CMYK 0.88 0 0.63 0.04
HSL 136.87º 0.92% 0.54% -
HSV(B) 136.87º 0.88% 0.96% -
XYZ 35.31 66.91 20.73 -
YUV 163.33 86.61 32.18 -
System Red Green Blue C M Y K H S L
Decimal 29 246 90 0.88 0 0.63 0.04 136.87 0.92 0.54
Hex 1D F6 5A 58 0 3F 4 89 5C 36
Octal 35 366 132 130 0 77 4 211 134 66
Binary 11101 11110110 1011010 1011000 0 111111 100 10001001 1011100 110110

Color Harmonies of #1DF65A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF65A

Black with #1DF65A

Text Example


Text Example

White with #1DF65A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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