Html Css Color HEX #0DDD52 Malachite

📋 copy color: '#0DDD52'

red 13 ◦ green 221 ◦ blue 82

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

Shades of Malachite #0DDD52

Tints of Malachite #0DDD52

RGB

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

 GREEN value IS 221 (86.72% from 255) = 69.94%

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

R = 4.11%
G = 69.94%
B = 25.95%

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

#0DDD52 (or 0x0DDD52) is known color: Malachite. HEX triplet: 0D, DD and 52. RGB value is (13,221,82). Sum of RGB (Red+Green+Blue) = 13+221+82=316 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.11% from 316); Green value is 221 (86.72% from 255 or 69.94% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 221 - color contains mainly: green. Hex color #0DDD52 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DDD52 is #F222AD. Grayscale: #8F8F8F. Windows color (decimal): -15868590 or 5430541. OLE color: 5430541.

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

Color convert

RGB 13 221 82 -
CMYK 0.94 0 0.63 0.13
HSL 139.9º 0.89% 0.46% -
HSV(B) 139.9º 0.94% 0.87% -
XYZ 27.55 52.41 16.65 -
YUV 142.96 93.59 35.3 -
System Red Green Blue C M Y K H S L
Decimal 13 221 82 0.94 0 0.63 0.13 139.9 0.89 0.46
Hex D DD 52 5E 0 3F D 8C 59 2E
Octal 15 335 122 136 0 77 15 214 131 56
Binary 1101 11011101 1010010 1011110 0 111111 1101 10001100 1011001 101110

Color Harmonies of #0DDD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDD52

Black with #0DDD52

Text Example


Text Example

White with #0DDD52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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