Html Css Color HEX #0EFD51 Malachite

📋 copy color: '#0EFD51'

red 14 ◦ green 253 ◦ blue 81

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

Shades of Malachite #0EFD51

Tints of Malachite #0EFD51

RGB

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

 GREEN value IS 253 (99.22% from 255) = 72.7%

 BLUE value IS 81 (32.03% from 255) = 23.28%

R = 4.02%
G = 72.7%
B = 23.28%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#0EFD51 (or 0x0EFD51) is known color: Malachite. HEX triplet: 0E, FD and 51. RGB value is (14,253,81). Sum of RGB (Red+Green+Blue) = 14+253+81=348 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4.02% from 348); Green value is 253 (99.22% from 255 or 72.70% from 348); Blue value is 81 (32.03% from 255 or 23.28% from 348); Max value from RGB is 253 - color contains mainly: green. Hex color #0EFD51 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EFD51 is #F102AE. Grayscale: #A2A2A2. Windows color (decimal): -15794863 or 5373198. OLE color: 5373198.

HSL color Cylindrical-coordinate representation of color #0EFD51: hue angle of 136.82º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EFD51 is Cyan = 0.94, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB 14 253 81 -
CMYK 0.94 0 0.68 0.01
HSL 136.82º 0.98% 0.52% -
HSV(B) 136.82º 0.94% 0.99% -
XYZ 36.79 70.94 19.54 -
YUV 161.93 82.32 22.49 -
System Red Green Blue C M Y K H S L
Decimal 14 253 81 0.94 0 0.68 0.01 136.82 0.98 0.52
Hex E FD 51 5E 0 44 1 89 62 34
Octal 16 375 121 136 0 104 1 211 142 64
Binary 1110 11111101 1010001 1011110 0 1000100 1 10001001 1100010 110100

Color Harmonies of #0EFD51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EFD51

Black with #0EFD51

Text Example


Text Example

White with #0EFD51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,253,81); }

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

background-color css

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

 a { background-color: rgb(14,253,81); }

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

border-color css

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

 span { border-color: rgb(14,253,81); }

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