Html Css Color HEX #0DD75B Malachite

📋 copy color: '#0DD75B'

red 13 ◦ green 215 ◦ blue 91

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

Shades of Malachite #0DD75B

Tints of Malachite #0DD75B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.53%

R = 4.08%
G = 67.4%
B = 28.53%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#0DD75B (or 0x0DD75B) is known color: Malachite. HEX triplet: 0D, D7 and 5B. RGB value is (13,215,91). Sum of RGB (Red+Green+Blue) = 13+215+91=319 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.08% from 319); Green value is 215 (84.38% from 255 or 67.40% from 319); Blue value is 91 (35.94% from 255 or 28.53% from 319); Max value from RGB is 215 - color contains mainly: green. Hex color #0DD75B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD75B is #F228A4. Grayscale: #8C8C8C. Windows color (decimal): -15870117 or 6018829. OLE color: 6018829.

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

Color convert

RGB 13 215 91 -
CMYK 0.94 0 0.58 0.16
HSL 143.17º 0.89% 0.45% -
HSV(B) 143.17º 0.94% 0.84% -
XYZ 26.35 49.44 18.05 -
YUV 140.47 100.08 37.08 -
System Red Green Blue C M Y K H S L
Decimal 13 215 91 0.94 0 0.58 0.16 143.17 0.89 0.45
Hex D D7 5B 5E 0 3A 10 8F 59 2D
Octal 15 327 133 136 0 72 20 217 131 55
Binary 1101 11010111 1011011 1011110 0 111010 10000 10001111 1011001 101101

Color Harmonies of #0DD75B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD75B

Black with #0DD75B

Text Example


Text Example

White with #0DD75B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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