Html Css Color HEX #0BD773 Malachite

📋 copy color: '#0BD773'

red 11 ◦ green 215 ◦ blue 115

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

Shades of Malachite #0BD773

Tints of Malachite #0BD773

RGB

 RED value IS 11 (4.69% from 255) = 3.23%

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

 BLUE value IS 115 (45.31% from 255) = 33.72%

R = 3.23%
G = 63.05%
B = 33.72%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#0BD773 (or 0x0BD773) is known color: Malachite. HEX triplet: 0B, D7 and 73. RGB value is (11,215,115). Sum of RGB (Red+Green+Blue) = 11+215+115=341 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.23% from 341); Green value is 215 (84.38% from 255 or 63.05% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 215 - color contains mainly: green. Hex color #0BD773 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BD773 is #F4288C. Grayscale: #8E8E8E. Windows color (decimal): -16001165 or 7591691. OLE color: 7591691.

HSL color Cylindrical-coordinate representation of color #0BD773: hue angle of 150.59º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BD773 is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 11 215 115 -
CMYK 0.95 0 0.47 0.16
HSL 150.59º 0.9% 0.44% -
HSV(B) 150.59º 0.95% 0.84% -
XYZ 27.53 49.91 24.4 -
YUV 142.6 112.41 34.13 -
System Red Green Blue C M Y K H S L
Decimal 11 215 115 0.95 0 0.47 0.16 150.59 0.9 0.44
Hex B D7 73 5F 0 2F 10 97 5A 2C
Octal 13 327 163 137 0 57 20 227 132 54
Binary 1011 11010111 1110011 1011111 0 101111 10000 10010111 1011010 101100

Color Harmonies of #0BD773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD773

Black with #0BD773

Text Example


Text Example

White with #0BD773

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,215,115); }

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

background-color css

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

 a { background-color: rgb(11,215,115); }

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

border-color css

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

 span { border-color: rgb(11,215,115); }

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