Html Css Color HEX #1EF850 Malachite

📋 copy color: '#1EF850'

red 30 ◦ green 248 ◦ blue 80

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

Shades of Malachite #1EF850

Tints of Malachite #1EF850

RGB

 RED value IS 30 (12.11% from 255) = 8.38%

 GREEN value IS 248 (97.27% from 255) = 69.27%

 BLUE value IS 80 (31.64% from 255) = 22.35%

R = 8.38%
G = 69.27%
B = 22.35%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.68

 K value IS 0.03

RGB Variations

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

Color information

#1EF850 (or 0x1EF850) is known color: Malachite. HEX triplet: 1E, F8 and 50. RGB value is (30,248,80). Sum of RGB (Red+Green+Blue) = 30+248+80=358 (47% of max value = 765). Red value is 30 (12.11% from 255 or 8.38% from 358); Green value is 248 (97.27% from 255 or 69.27% from 358); Blue value is 80 (31.64% from 255 or 22.35% from 358); Max value from RGB is 248 - color contains mainly: green. Hex color #1EF850 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #1EF850 is #E107AF. Grayscale: #A4A4A4. Windows color (decimal): -14747568 or 5306398. OLE color: 5306398.

HSL color Cylindrical-coordinate representation of color #1EF850: hue angle of 133.76º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1EF850 is Cyan = 0.88, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.

Color convert

RGB 30 248 80 -
CMYK 0.88 0 0.68 0.03
HSL 133.76º 0.94% 0.55% -
HSV(B) 133.76º 0.88% 0.97% -
XYZ 35.55 67.99 18.84 -
YUV 163.67 80.78 32.66 -
System Red Green Blue C M Y K H S L
Decimal 30 248 80 0.88 0 0.68 0.03 133.76 0.94 0.55
Hex 1E F8 50 58 0 44 3 86 5E 37
Octal 36 370 120 130 0 104 3 206 136 67
Binary 11110 11111000 1010000 1011000 0 1000100 11 10000110 1011110 110111

Color Harmonies of #1EF850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1EF850

Black with #1EF850

Text Example


Text Example

White with #1EF850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,248,80); }

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

background-color css

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

 a { background-color: rgb(30,248,80); }

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

border-color css

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

 span { border-color: rgb(30,248,80); }

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