Html Css Color HEX #0DD767 Malachite

📋 copy color: '#0DD767'

red 13 ◦ green 215 ◦ blue 103

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

Shades of Malachite #0DD767

Tints of Malachite #0DD767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.12%

R = 3.93%
G = 64.95%
B = 31.12%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#0DD767 (or 0x0DD767) is known color: Malachite. HEX triplet: 0D, D7 and 67. RGB value is (13,215,103). Sum of RGB (Red+Green+Blue) = 13+215+103=331 (43% of max value = 765). Red value is 13 (5.47% from 255 or 3.93% from 331); Green value is 215 (84.38% from 255 or 64.95% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 215 - color contains mainly: green. Hex color #0DD767 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0DD767 is #F22898. Grayscale: #8E8E8E. Windows color (decimal): -15870105 or 6805261. OLE color: 6805261.

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

Color convert

RGB 13 215 103 -
CMYK 0.94 0 0.52 0.16
HSL 146.73º 0.89% 0.45% -
HSV(B) 146.73º 0.94% 0.84% -
XYZ 26.91 49.67 21 -
YUV 141.83 106.08 36.11 -
System Red Green Blue C M Y K H S L
Decimal 13 215 103 0.94 0 0.52 0.16 146.73 0.89 0.45
Hex D D7 67 5E 0 34 10 93 59 2D
Octal 15 327 147 136 0 64 20 223 131 55
Binary 1101 11010111 1100111 1011110 0 110100 10000 10010011 1011001 101101

Color Harmonies of #0DD767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0DD767

Black with #0DD767

Text Example


Text Example

White with #0DD767

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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