Html Css Color HEX #0EDE31 Malachite

📋 copy color: '#0EDE31'

red 14 ◦ green 222 ◦ blue 49

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

Shades of Malachite #0EDE31

Tints of Malachite #0EDE31

RGB

 RED value IS 14 (5.86% from 255) = 4.91%

 GREEN value IS 222 (87.11% from 255) = 77.89%

 BLUE value IS 49 (19.53% from 255) = 17.19%

R = 4.91%
G = 77.89%
B = 17.19%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#0EDE31 (or 0x0EDE31) is known color: Malachite. HEX triplet: 0E, DE and 31. RGB value is (14,222,49). Sum of RGB (Red+Green+Blue) = 14+222+49=285 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.91% from 285); Green value is 222 (87.11% from 255 or 77.89% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 222 - color contains mainly: green. Hex color #0EDE31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0EDE31 is #F121CE. Grayscale: #8C8C8C. Windows color (decimal): -15802831 or 3268110. OLE color: 3268110.

HSL color Cylindrical-coordinate representation of color #0EDE31: hue angle of 130.1º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EDE31 is Cyan = 0.94, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 14 222 49 -
CMYK 0.94 0 0.78 0.13
HSL 130.1º 0.88% 0.46% -
HSV(B) 130.1º 0.94% 0.87% -
XYZ 26.86 52.56 11.63 -
YUV 140.09 76.59 38.07 -
System Red Green Blue C M Y K H S L
Decimal 14 222 49 0.94 0 0.78 0.13 130.1 0.88 0.46
Hex E DE 31 5E 0 4E D 82 58 2E
Octal 16 336 61 136 0 116 15 202 130 56
Binary 1110 11011110 110001 1011110 0 1001110 1101 10000010 1011000 101110

Color Harmonies of #0EDE31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDE31

Black with #0EDE31

Text Example


Text Example

White with #0EDE31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0EDE31; }

 p { color: rgb(14,222,49); }

 H1.HeaderClassName
 {
   color: #0EDE31;
 }
 .AnyTagClassName
 {
   color: #0EDE31;
 }
</style>

background-color css

<style>
 a { background-color: #0EDE31; }

 a { background-color: rgb(14,222,49); }

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

border-color css

<style>
 span { border-color: #0EDE31; }

 span { border-color: rgb(14,222,49); }

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