Html Css Color HEX #1DF94B Malachite

📋 copy color: '#1DF94B'

red 29 ◦ green 249 ◦ blue 75

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

Shades of Malachite #1DF94B

Tints of Malachite #1DF94B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.25%

R = 8.22%
G = 70.54%
B = 21.25%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#1DF94B (or 0x1DF94B) is known color: Malachite. HEX triplet: 1D, F9 and 4B. RGB value is (29,249,75). Sum of RGB (Red+Green+Blue) = 29+249+75=353 (46% of max value = 765). Red value is 29 (11.72% from 255 or 8.22% from 353); Green value is 249 (97.66% from 255 or 70.54% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 249 - color contains mainly: green. Hex color #1DF94B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #1DF94B is #E206B4. Grayscale: #A3A3A3. Windows color (decimal): -14812853 or 4978973. OLE color: 4978973.

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

Color convert

RGB 29 249 75 -
CMYK 0.88 0 0.70 0.02
HSL 132.55º 0.95% 0.55% -
HSV(B) 132.55º 0.88% 0.98% -
XYZ 35.65 68.52 18 -
YUV 163.38 78.11 32.15 -
System Red Green Blue C M Y K H S L
Decimal 29 249 75 0.88 0 0.70 0.02 132.55 0.95 0.55
Hex 1D F9 4B 58 0 46 2 85 5F 37
Octal 35 371 113 130 0 106 2 205 137 67
Binary 11101 11111001 1001011 1011000 0 1000110 10 10000101 1011111 110111

Color Harmonies of #1DF94B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DF94B

Black with #1DF94B

Text Example


Text Example

White with #1DF94B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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