#0BD475

Color #0BD475 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #0BD475

Tints of Malachite #0BD475

Color information

#0BD475 (or 0x0BD475) is unknown color: approx 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

RGB11212117-
CMYK0.9500.450.17
HSL151.64º90.13%43.73%-
HSV(B)151.64º94.81%83.14%-
XYZ26.8948.4424.76-
YUV141.07114.4135.22-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.24%
GREEN value IS 212 (83.20% 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 (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal112121170.9500.450.17151.6490.1343.73
HexBD4755F02D11985a2c
Octal133241651370552123013254
Binary10111101010011101011011111010110110001100110001011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BD475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>