Html Css Color HEX #0DDE51 Malachite

📋 copy color: '#0DDE51'

red 13 ◦ green 222 ◦ blue 81

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

Shades of Malachite #0DDE51

Tints of Malachite #0DDE51

RGB

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

 GREEN value IS 222 (87.11% from 255) = 70.25%

 BLUE value IS 81 (32.03% from 255) = 25.63%

R = 4.11%
G = 70.25%
B = 25.63%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#0DDE51 (or 0x0DDE51) is known color: Malachite. HEX triplet: 0D, DE and 51. RGB value is (13,222,81). Sum of RGB (Red+Green+Blue) = 13+222+81=316 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.11% from 316); Green value is 222 (87.11% from 255 or 70.25% from 316); Blue value is 81 (32.03% from 255 or 25.63% from 316); Max value from RGB is 222 - color contains mainly: green. Hex color #0DDE51 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DDE51 is #F221AE. Grayscale: #8F8F8F. Windows color (decimal): -15868335 or 5365261. OLE color: 5365261.

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

Color convert

RGB 13 222 81 -
CMYK 0.94 0 0.64 0.13
HSL 139.52º 0.89% 0.46% -
HSV(B) 139.52º 0.94% 0.87% -
XYZ 27.77 52.92 16.54 -
YUV 143.44 92.76 34.96 -
System Red Green Blue C M Y K H S L
Decimal 13 222 81 0.94 0 0.64 0.13 139.52 0.89 0.46
Hex D DE 51 5E 0 40 D 8C 59 2E
Octal 15 336 121 136 0 100 15 214 131 56
Binary 1101 11011110 1010001 1011110 0 1000000 1101 10001100 1011001 101110

Color Harmonies of #0DDE51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDE51

Black with #0DDE51

Text Example


Text Example

White with #0DDE51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,222,81); }

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

background-color css

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

 a { background-color: rgb(13,222,81); }

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

border-color css

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

 span { border-color: rgb(13,222,81); }

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