Html Css Color HEX #1DF052 Malachite

📋 copy color: '#1DF052'

red 29 ◦ green 240 ◦ blue 82

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

Shades of Malachite #1DF052

Tints of Malachite #1DF052

RGB

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

 GREEN value IS 240 (94.14% from 255) = 68.38%

 BLUE value IS 82 (32.42% from 255) = 23.36%

R = 8.26%
G = 68.38%
B = 23.36%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.66

 K value IS 0.06

RGB Variations

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

Color information

#1DF052 (or 0x1DF052) is known color: Malachite. HEX triplet: 1D, F0 and 52. RGB value is (29,240,82). Sum of RGB (Red+Green+Blue) = 29+240+82=351 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.26% from 351); Green value is 240 (94.14% from 255 or 68.38% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 240 - color contains mainly: green. Hex color #1DF052 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF052 is #E20FAD. Grayscale: #9F9F9F. Windows color (decimal): -14815150 or 5435421. OLE color: 5435421.

HSL color Cylindrical-coordinate representation of color #1DF052: hue angle of 135.07º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF052 is Cyan = 0.88, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.

Color convert

RGB 29 240 82 -
CMYK 0.88 0 0.66 0.06
HSL 135.07º 0.88% 0.53% -
HSV(B) 135.07º 0.88% 0.94% -
XYZ 33.19 63.19 18.43 -
YUV 158.9 84.6 35.35 -
System Red Green Blue C M Y K H S L
Decimal 29 240 82 0.88 0 0.66 0.06 135.07 0.88 0.53
Hex 1D F0 52 58 0 42 6 87 58 35
Octal 35 360 122 130 0 102 6 207 130 65
Binary 11101 11110000 1010010 1011000 0 1000010 110 10000111 1011000 110101

Color Harmonies of #1DF052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF052

Black with #1DF052

Text Example


Text Example

White with #1DF052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,240,82); }

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

background-color css

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

 a { background-color: rgb(29,240,82); }

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

border-color css

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

 span { border-color: rgb(29,240,82); }

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