Html Css Color HEX #0DDF31 Malachite

📋 copy color: '#0DDF31'

red 13 ◦ green 223 ◦ blue 49

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

Shades of Malachite #0DDF31

Tints of Malachite #0DDF31

RGB

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

 GREEN value IS 223 (87.5% from 255) = 78.25%

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

R = 4.56%
G = 78.25%
B = 17.19%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#0DDF31 (or 0x0DDF31) is known color: Malachite. HEX triplet: 0D, DF and 31. RGB value is (13,223,49). Sum of RGB (Red+Green+Blue) = 13+223+49=285 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.56% from 285); Green value is 223 (87.5% from 255 or 78.25% from 285); Blue value is 49 (19.53% from 255 or 17.19% from 285); Max value from RGB is 223 - color contains mainly: green. Hex color #0DDF31 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DDF31 is #F220CE. Grayscale: #8C8C8C. Windows color (decimal): -15868111 or 3268365. OLE color: 3268365.

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

Color convert

RGB 13 223 49 -
CMYK 0.94 0 0.78 0.13
HSL 130.29º 0.89% 0.46% -
HSV(B) 130.29º 0.94% 0.87% -
XYZ 27.11 53.08 11.72 -
YUV 140.37 76.43 37.15 -
System Red Green Blue C M Y K H S L
Decimal 13 223 49 0.94 0 0.78 0.13 130.29 0.89 0.46
Hex D DF 31 5E 0 4E D 82 59 2E
Octal 15 337 61 136 0 116 15 202 131 56
Binary 1101 11011111 110001 1011110 0 1001110 1101 10000010 1011001 101110

Color Harmonies of #0DDF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDF31

Black with #0DDF31

Text Example


Text Example

White with #0DDF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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