Html Css Color HEX #0DFD49 Malachite

📋 copy color: '#0DFD49'

red 13 ◦ green 253 ◦ blue 73

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

Shades of Malachite #0DFD49

Tints of Malachite #0DFD49

RGB

 RED value IS 13 (5.47% from 255) = 3.83%

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

 BLUE value IS 73 (28.91% from 255) = 21.53%

R = 3.83%
G = 74.63%
B = 21.53%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#0DFD49 (or 0x0DFD49) is known color: Malachite. HEX triplet: 0D, FD and 49. RGB value is (13,253,73). Sum of RGB (Red+Green+Blue) = 13+253+73=339 (44% of max value = 765). Red value is 13 (5.47% from 255 or 3.83% from 339); Green value is 253 (99.22% from 255 or 74.63% from 339); Blue value is 73 (28.91% from 255 or 21.53% from 339); Max value from RGB is 253 - color contains mainly: green. Hex color #0DFD49 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DFD49 is #F202B6. Grayscale: #A1A1A1. Windows color (decimal): -15860407 or 4848909. OLE color: 4848909.

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

Color convert

RGB 13 253 73 -
CMYK 0.95 0 0.71 0.01
HSL 135º 0.98% 0.52% -
HSV(B) 135º 0.95% 0.99% -
XYZ 36.49 70.82 18.05 -
YUV 160.72 78.49 22.64 -
System Red Green Blue C M Y K H S L
Decimal 13 253 73 0.95 0 0.71 0.01 135 0.98 0.52
Hex D FD 49 5F 0 47 1 87 62 34
Octal 15 375 111 137 0 107 1 207 142 64
Binary 1101 11111101 1001001 1011111 0 1000111 1 10000111 1100010 110100

Color Harmonies of #0DFD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DFD49

Black with #0DFD49

Text Example


Text Example

White with #0DFD49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,253,73); }

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

background-color css

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

 a { background-color: rgb(13,253,73); }

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

border-color css

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

 span { border-color: rgb(13,253,73); }

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