Html Css Color HEX #0DDD3D Malachite

📋 copy color: '#0DDD3D'

red 13 ◦ green 221 ◦ blue 61

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

Shades of Malachite #0DDD3D

Tints of Malachite #0DDD3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.68%

R = 4.41%
G = 74.92%
B = 20.68%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#0DDD3D (or 0x0DDD3D) is known color: Malachite. HEX triplet: 0D, DD and 3D. RGB value is (13,221,61). Sum of RGB (Red+Green+Blue) = 13+221+61=295 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.41% from 295); Green value is 221 (86.72% from 255 or 74.92% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 221 - color contains mainly: green. Hex color #0DDD3D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DDD3D is #F222C2. Grayscale: #8D8D8D. Windows color (decimal): -15868611 or 4054285. OLE color: 4054285.

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

Color convert

RGB 13 221 61 -
CMYK 0.94 0 0.72 0.13
HSL 133.85º 0.89% 0.46% -
HSV(B) 133.85º 0.94% 0.87% -
XYZ 26.86 52.14 13.06 -
YUV 140.57 83.09 37.01 -
System Red Green Blue C M Y K H S L
Decimal 13 221 61 0.94 0 0.72 0.13 133.85 0.89 0.46
Hex D DD 3D 5E 0 48 D 86 59 2E
Octal 15 335 75 136 0 110 15 206 131 56
Binary 1101 11011101 111101 1011110 0 1001000 1101 10000110 1011001 101110

Color Harmonies of #0DDD3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DDD3D

Black with #0DDD3D

Text Example


Text Example

White with #0DDD3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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