Html Css Color HEX #0BD475 Malachite

📋 copy color: '#0BD475'

red 11 ◦ green 212 ◦ blue 117

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

Shades of Malachite #0BD475

Tints of Malachite #0BD475

RGB

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

 GREEN value IS 212 (83.2% from 255) = 62.35%

 BLUE value IS 117 (46.09% from 255) = 34.41%

R = 3.24%
G = 62.35%
B = 34.41%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#0BD475 (or 0x0BD475) is known color: Malachite. HEX triplet: 0B, D4 and 75. RGB value is (11,212,117). Sum of RGB (Red+Green+Blue) = 11+212+117=340 (45% of max value = 765). Red value is 11 (4.69% from 255 or 3.24% from 340); Green value is 212 (83.20% from 255 or 62.35% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 212 - color contains mainly: green. Hex color #0BD475 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BD475 is #F42B8A. Grayscale: #8D8D8D. Windows color (decimal): -16001931 or 7721995. OLE color: 7721995.

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

Color convert

RGB 11 212 117 -
CMYK 0.95 0 0.45 0.17
HSL 151.64º 0.9% 0.44% -
HSV(B) 151.64º 0.95% 0.83% -
XYZ 26.89 48.44 24.76 -
YUV 141.07 114.41 35.22 -
System Red Green Blue C M Y K H S L
Decimal 11 212 117 0.95 0 0.45 0.17 151.64 0.9 0.44
Hex B D4 75 5F 0 2D 11 98 5A 2C
Octal 13 324 165 137 0 55 21 230 132 54
Binary 1011 11010100 1110101 1011111 0 101101 10001 10011000 1011010 101100

Color Harmonies of #0BD475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD475

Black with #0BD475

Text Example


Text Example

White with #0BD475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,212,117); }

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

background-color css

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

 a { background-color: rgb(11,212,117); }

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

border-color css

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

 span { border-color: rgb(11,212,117); }

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