Html Css Color HEX #0DE431 Malachite

📋 copy color: '#0DE431'

red 13 ◦ green 228 ◦ blue 49

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

Shades of Malachite #0DE431

Tints of Malachite #0DE431

RGB

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

 GREEN value IS 228 (89.45% from 255) = 78.62%

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

R = 4.48%
G = 78.62%
B = 16.9%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#0DE431 (or 0x0DE431) is known color: Malachite. HEX triplet: 0D, E4 and 31. RGB value is (13,228,49). Sum of RGB (Red+Green+Blue) = 13+228+49=290 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.48% from 290); Green value is 228 (89.45% from 255 or 78.62% from 290); Blue value is 49 (19.53% from 255 or 16.90% from 290); Max value from RGB is 228 - color contains mainly: green. Hex color #0DE431 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DE431 is #F21BCE. Grayscale: #8F8F8F. Windows color (decimal): -15866831 or 3269645. OLE color: 3269645.

HSL color Cylindrical-coordinate representation of color #0DE431: hue angle of 130.05º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE431 is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB 13 228 49 -
CMYK 0.94 0 0.79 0.11
HSL 130.05º 0.89% 0.47% -
HSV(B) 130.05º 0.94% 0.89% -
XYZ 28.46 55.79 12.17 -
YUV 143.31 74.77 35.05 -
System Red Green Blue C M Y K H S L
Decimal 13 228 49 0.94 0 0.79 0.11 130.05 0.89 0.47
Hex D E4 31 5E 0 4F B 82 59 2F
Octal 15 344 61 136 0 117 13 202 131 57
Binary 1101 11100100 110001 1011110 0 1001111 1011 10000010 1011001 101111

Color Harmonies of #0DE431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE431

Black with #0DE431

Text Example


Text Example

White with #0DE431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,228,49); }

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

background-color css

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

 a { background-color: rgb(13,228,49); }

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

border-color css

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

 span { border-color: rgb(13,228,49); }

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