Html Css Color HEX #1DF95D Malachite

📋 copy color: '#1DF95D'

red 29 ◦ green 249 ◦ blue 93

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

Shades of Malachite #1DF95D

Tints of Malachite #1DF95D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 67.12%

 BLUE value IS 93 (36.72% from 255) = 25.07%

R = 7.82%
G = 67.12%
B = 25.07%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#1DF95D (or 0x1DF95D) is known color: Malachite. HEX triplet: 1D, F9 and 5D. RGB value is (29,249,93). Sum of RGB (Red+Green+Blue) = 29+249+93=371 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.82% from 371); Green value is 249 (97.66% from 255 or 67.12% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF95D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1DF95D is #E206A2. Grayscale: #A5A5A5. Windows color (decimal): -14812835 or 6158621. OLE color: 6158621.

HSL color Cylindrical-coordinate representation of color #1DF95D: hue angle of 137.45º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1DF95D is Cyan = 0.88, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 29 249 93 -
CMYK 0.88 0 0.63 0.02
HSL 137.45º 0.95% 0.55% -
HSV(B) 137.45º 0.88% 0.98% -
XYZ 36.36 68.8 21.72 -
YUV 165.44 87.11 30.68 -
System Red Green Blue C M Y K H S L
Decimal 29 249 93 0.88 0 0.63 0.02 137.45 0.95 0.55
Hex 1D F9 5D 58 0 3F 2 89 5F 37
Octal 35 371 135 130 0 77 2 211 137 67
Binary 11101 11111001 1011101 1011000 0 111111 10 10001001 1011111 110111

Color Harmonies of #1DF95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF95D

Black with #1DF95D

Text Example


Text Example

White with #1DF95D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,249,93); }

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

background-color css

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

 a { background-color: rgb(29,249,93); }

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

border-color css

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

 span { border-color: rgb(29,249,93); }

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