Html Css Color HEX #0DDF52 Malachite

📋 copy color: '#0DDF52'

red 13 ◦ green 223 ◦ blue 82

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

Shades of Malachite #0DDF52

Tints of Malachite #0DDF52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 25.79%

R = 4.09%
G = 70.13%
B = 25.79%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#0DDF52 (or 0x0DDF52) is known color: Malachite. HEX triplet: 0D, DF and 52. RGB value is (13,223,82). Sum of RGB (Red+Green+Blue) = 13+223+82=318 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.09% from 318); Green value is 223 (87.5% from 255 or 70.13% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 223 - color contains mainly: green. Hex color #0DDF52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DDF52 is #F220AD. Grayscale: #909090. Windows color (decimal): -15868078 or 5431053. OLE color: 5431053.

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

Color convert

RGB 13 223 82 -
CMYK 0.94 0 0.63 0.13
HSL 139.71º 0.89% 0.46% -
HSV(B) 139.71º 0.94% 0.87% -
XYZ 28.08 53.47 16.82 -
YUV 144.14 92.93 34.46 -
System Red Green Blue C M Y K H S L
Decimal 13 223 82 0.94 0 0.63 0.13 139.71 0.89 0.46
Hex D DF 52 5E 0 3F D 8C 59 2E
Octal 15 337 122 136 0 77 15 214 131 56
Binary 1101 11011111 1010010 1011110 0 111111 1101 10001100 1011001 101110

Color Harmonies of #0DDF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDF52

Black with #0DDF52

Text Example


Text Example

White with #0DDF52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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