Html Css Color HEX #0DE73F Malachite

📋 copy color: '#0DE73F'

red 13 ◦ green 231 ◦ blue 63

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

Shades of Malachite #0DE73F

Tints of Malachite #0DE73F

RGB

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

 GREEN value IS 231 (90.63% from 255) = 75.24%

 BLUE value IS 63 (25% from 255) = 20.52%

R = 4.23%
G = 75.24%
B = 20.52%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#0DE73F (or 0x0DE73F) is known color: Malachite. HEX triplet: 0D, E7 and 3F. RGB value is (13,231,63). Sum of RGB (Red+Green+Blue) = 13+231+63=307 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.23% from 307); Green value is 231 (90.62% from 255 or 75.24% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 231 - color contains mainly: green. Hex color #0DE73F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0DE73F is #F218C0. Grayscale: #939393. Windows color (decimal): -15866049 or 4187917. OLE color: 4187917.

HSL color Cylindrical-coordinate representation of color #0DE73F: hue angle of 133.76º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DE73F is Cyan = 0.94, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB 13 231 63 -
CMYK 0.94 0 0.73 0.09
HSL 133.76º 0.89% 0.48% -
HSV(B) 133.76º 0.94% 0.91% -
XYZ 29.64 57.6 14.26 -
YUV 146.67 80.78 32.66 -
System Red Green Blue C M Y K H S L
Decimal 13 231 63 0.94 0 0.73 0.09 133.76 0.89 0.48
Hex D E7 3F 5E 0 49 9 86 59 30
Octal 15 347 77 136 0 111 11 206 131 60
Binary 1101 11100111 111111 1011110 0 1001001 1001 10000110 1011001 110000

Color Harmonies of #0DE73F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DE73F

Black with #0DE73F

Text Example


Text Example

White with #0DE73F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,231,63); }

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

background-color css

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

 a { background-color: rgb(13,231,63); }

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

border-color css

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

 span { border-color: rgb(13,231,63); }

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