Html Css Color HEX #1DF260 Malachite

📋 copy color: '#1DF260'

red 29 ◦ green 242 ◦ blue 96

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

Shades of Malachite #1DF260

Tints of Malachite #1DF260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 26.16%

R = 7.9%
G = 65.94%
B = 26.16%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#1DF260 (or 0x1DF260) is known color: Malachite. HEX triplet: 1D, F2 and 60. RGB value is (29,242,96). Sum of RGB (Red+Green+Blue) = 29+242+96=367 (48% of max value = 765). Red value is 29 (11.72% from 255 or 7.90% from 367); Green value is 242 (94.92% from 255 or 65.94% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 242 - color contains mainly: green. Hex color #1DF260 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF260 is #E20D9F. Grayscale: #A2A2A2. Windows color (decimal): -14814624 or 6353437. OLE color: 6353437.

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

Color convert

RGB 29 242 96 -
CMYK 0.88 0 0.60 0.05
HSL 138.87º 0.89% 0.53% -
HSV(B) 138.87º 0.88% 0.95% -
XYZ 34.37 64.61 21.73 -
YUV 161.67 90.93 33.37 -
System Red Green Blue C M Y K H S L
Decimal 29 242 96 0.88 0 0.60 0.05 138.87 0.89 0.53
Hex 1D F2 60 58 0 3C 5 8B 59 35
Octal 35 362 140 130 0 74 5 213 131 65
Binary 11101 11110010 1100000 1011000 0 111100 101 10001011 1011001 110101

Color Harmonies of #1DF260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF260

Black with #1DF260

Text Example


Text Example

White with #1DF260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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