#0BD747

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

Shades of Malachite #0BD747

Tints of Malachite #0BD747

Color information

#0BD747 (or 0x0BD747) is unknown color: approx Malachite. HEX triplet: 0B, D7 and 47. RGB value is (11,215,71). Sum of RGB (Red+Green+Blue) = 11+215+71=297 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.70% from 297); Green value is 215 (84.38% from 255 or 72.39% from 297); Blue value is 71 (28.12% from 255 or 23.91% from 297); Max value from RGB is 215 - color contains mainly: green. Hex color #0BD747 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BD747 is #F428B8. Grayscale: #898989. Windows color (decimal): -16001209 or 4708107. OLE color: 4708107.

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

Color convert

RGB1121571-
CMYK0.9500.670.16
HSL137.65º90.27%44.31%-
HSV(B)137.65º94.88%84.31%-
XYZ25.5849.1314.1-
YUV137.5990.4137.71-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.70%
GREEN value IS 215 (84.38% from 255) = 72.39%
BLUE value IS 71 (28.12% from 255) = 23.91%
R=3.70%
G=72.39%
B=23.91%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal11215710.9500.670.16137.6590.2744.31
HexBD7475F043108a5a2c
Octal1332710713701032021213254
Binary101111010111100011110111110100001110000100010101011010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BD747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0BD747;
 }
 .AnyTagClassName
 {
   color: #0BD747;
 }
</style>
background-color css

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

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

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

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

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

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