Html Css Color HEX #0EDD52 Malachite

📋 copy color: '#0EDD52'

red 14 ◦ green 221 ◦ blue 82

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

Shades of Malachite #0EDD52

Tints of Malachite #0EDD52

RGB

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

 GREEN value IS 221 (86.72% from 255) = 69.72%

 BLUE value IS 82 (32.42% from 255) = 25.87%

R = 4.42%
G = 69.72%
B = 25.87%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#0EDD52 (or 0x0EDD52) is known color: Malachite. HEX triplet: 0E, DD and 52. RGB value is (14,221,82). Sum of RGB (Red+Green+Blue) = 14+221+82=317 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.42% from 317); Green value is 221 (86.72% from 255 or 69.72% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 221 - color contains mainly: green. Hex color #0EDD52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EDD52 is #F122AD. Grayscale: #8F8F8F. Windows color (decimal): -15803054 or 5430542. OLE color: 5430542.

HSL color Cylindrical-coordinate representation of color #0EDD52: hue angle of 139.71º 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 #0EDD52 is Cyan = 0.94, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB 14 221 82 -
CMYK 0.94 0 0.63 0.13
HSL 139.71º 0.88% 0.46% -
HSV(B) 139.71º 0.94% 0.87% -
XYZ 27.56 52.42 16.65 -
YUV 143.26 93.42 35.8 -
System Red Green Blue C M Y K H S L
Decimal 14 221 82 0.94 0 0.63 0.13 139.71 0.88 0.46
Hex E DD 52 5E 0 3F D 8C 58 2E
Octal 16 335 122 136 0 77 15 214 130 56
Binary 1110 11011101 1010010 1011110 0 111111 1101 10001100 1011000 101110

Color Harmonies of #0EDD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EDD52

Black with #0EDD52

Text Example


Text Example

White with #0EDD52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,221,82); }

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

background-color css

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

 a { background-color: rgb(14,221,82); }

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

border-color css

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

 span { border-color: rgb(14,221,82); }

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