Html Css Color HEX #1DF85C Malachite

📋 copy color: '#1DF85C'

red 29 ◦ green 248 ◦ blue 92

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

Shades of Malachite #1DF85C

Tints of Malachite #1DF85C

RGB

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

 GREEN value IS 248 (97.27% from 255) = 67.21%

 BLUE value IS 92 (36.33% from 255) = 24.93%

R = 7.86%
G = 67.21%
B = 24.93%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.63

 K value IS 0.03

RGB Variations

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

Color information

#1DF85C (or 0x1DF85C) is known color: Malachite. HEX triplet: 1D, F8 and 5C. RGB value is (29,248,92). Sum of RGB (Red+Green+Blue) = 29+248+92=369 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.86% from 369); Green value is 248 (97.27% from 255 or 67.21% from 369); Blue value is 92 (36.33% from 255 or 24.93% from 369); Max value from RGB is 248 - color contains mainly: green. Hex color #1DF85C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF85C is #E207A3. Grayscale: #A5A5A5. Windows color (decimal): -14813092 or 6092829. OLE color: 6092829.

HSL color Cylindrical-coordinate representation of color #1DF85C: hue angle of 137.26º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF85C is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB 29 248 92 -
CMYK 0.88 0 0.63 0.03
HSL 137.26º 0.94% 0.54% -
HSV(B) 137.26º 0.88% 0.97% -
XYZ 36.01 68.17 21.39 -
YUV 164.74 86.95 31.18 -
System Red Green Blue C M Y K H S L
Decimal 29 248 92 0.88 0 0.63 0.03 137.26 0.94 0.54
Hex 1D F8 5C 58 0 3F 3 89 5E 36
Octal 35 370 134 130 0 77 3 211 136 66
Binary 11101 11111000 1011100 1011000 0 111111 11 10001001 1011110 110110

Color Harmonies of #1DF85C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF85C

Black with #1DF85C

Text Example


Text Example

White with #1DF85C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,248,92); }

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

background-color css

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

 a { background-color: rgb(29,248,92); }

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

border-color css

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

 span { border-color: rgb(29,248,92); }

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