Html Css Color HEX #1DF246 Malachite

📋 copy color: '#1DF246'

red 29 ◦ green 242 ◦ blue 70

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

Shades of Malachite #1DF246

Tints of Malachite #1DF246

RGB

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

 GREEN value IS 242 (94.92% from 255) = 70.97%

 BLUE value IS 70 (27.73% from 255) = 20.53%

R = 8.5%
G = 70.97%
B = 20.53%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#1DF246 (or 0x1DF246) is known color: Malachite. HEX triplet: 1D, F2 and 46. RGB value is (29,242,70). Sum of RGB (Red+Green+Blue) = 29+242+70=341 (45% of max value = 765). Red value is 29 (11.72% from 255 or 8.50% from 341); Green value is 242 (94.92% from 255 or 70.97% from 341); Blue value is 70 (27.73% from 255 or 20.53% from 341); Max value from RGB is 242 - color contains mainly: green. Hex color #1DF246 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF246 is #E20DB9. Grayscale: #9F9F9F. Windows color (decimal): -14814650 or 4649501. OLE color: 4649501.

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

Color convert

RGB 29 242 70 -
CMYK 0.88 0 0.71 0.05
HSL 131.55º 0.89% 0.53% -
HSV(B) 131.55º 0.88% 0.95% -
XYZ 33.36 64.21 16.43 -
YUV 158.71 77.93 35.49 -
System Red Green Blue C M Y K H S L
Decimal 29 242 70 0.88 0 0.71 0.05 131.55 0.89 0.53
Hex 1D F2 46 58 0 47 5 84 59 35
Octal 35 362 106 130 0 107 5 204 131 65
Binary 11101 11110010 1000110 1011000 0 1000111 101 10000100 1011001 110101

Color Harmonies of #1DF246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF246

Black with #1DF246

Text Example


Text Example

White with #1DF246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,242,70); }

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

background-color css

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

 a { background-color: rgb(29,242,70); }

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

border-color css

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

 span { border-color: rgb(29,242,70); }

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