Html Css Color HEX #0DD74C Malachite

📋 copy color: '#0DD74C'

red 13 ◦ green 215 ◦ blue 76

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

Shades of Malachite #0DD74C

Tints of Malachite #0DD74C

RGB

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

 GREEN value IS 215 (84.38% from 255) = 70.72%

 BLUE value IS 76 (30.08% from 255) = 25%

R = 4.28%
G = 70.72%
B = 25%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#0DD74C (or 0x0DD74C) is known color: Malachite. HEX triplet: 0D, D7 and 4C. RGB value is (13,215,76). Sum of RGB (Red+Green+Blue) = 13+215+76=304 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.28% from 304); Green value is 215 (84.38% from 255 or 70.72% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 215 - color contains mainly: green. Hex color #0DD74C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0DD74C is #F228B3. Grayscale: #8B8B8B. Windows color (decimal): -15870132 or 5035789. OLE color: 5035789.

HSL color Cylindrical-coordinate representation of color #0DD74C: hue angle of 138.71º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0DD74C is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 13 215 76 -
CMYK 0.94 0 0.65 0.16
HSL 138.71º 0.89% 0.45% -
HSV(B) 138.71º 0.94% 0.84% -
XYZ 25.77 49.21 14.98 -
YUV 138.76 92.58 38.3 -
System Red Green Blue C M Y K H S L
Decimal 13 215 76 0.94 0 0.65 0.16 138.71 0.89 0.45
Hex D D7 4C 5E 0 41 10 8B 59 2D
Octal 15 327 114 136 0 101 20 213 131 55
Binary 1101 11010111 1001100 1011110 0 1000001 10000 10001011 1011001 101101

Color Harmonies of #0DD74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD74C

Black with #0DD74C

Text Example


Text Example

White with #0DD74C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,215,76); }

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

background-color css

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

 a { background-color: rgb(13,215,76); }

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

border-color css

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

 span { border-color: rgb(13,215,76); }

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