Html Css Color HEX #0BD744 Malachite

📋 copy color: '#0BD744'

red 11 ◦ green 215 ◦ blue 68

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

Shades of Malachite #0BD744

Tints of Malachite #0BD744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.13%

R = 3.74%
G = 73.13%
B = 23.13%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.68

 K value IS 0.16

RGB Variations

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

Color information

#0BD744 (or 0x0BD744) is known color: Malachite. HEX triplet: 0B, D7 and 44. RGB value is (11,215,68). Sum of RGB (Red+Green+Blue) = 11+215+68=294 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.74% from 294); Green value is 215 (84.38% from 255 or 73.13% from 294); Blue value is 68 (26.95% from 255 or 23.13% from 294); Max value from RGB is 215 - color contains mainly: green. Hex color #0BD744 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BD744 is #F428BB. Grayscale: #898989. Windows color (decimal): -16001212 or 4511499. OLE color: 4511499.

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

Color convert

RGB 11 215 68 -
CMYK 0.95 0 0.68 0.16
HSL 136.76º 0.9% 0.44% -
HSV(B) 136.76º 0.95% 0.84% -
XYZ 25.48 49.09 13.6 -
YUV 137.25 88.91 37.95 -
System Red Green Blue C M Y K H S L
Decimal 11 215 68 0.95 0 0.68 0.16 136.76 0.9 0.44
Hex B D7 44 5F 0 44 10 89 5A 2C
Octal 13 327 104 137 0 104 20 211 132 54
Binary 1011 11010111 1000100 1011111 0 1000100 10000 10001001 1011010 101100

Color Harmonies of #0BD744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD744

Black with #0BD744

Text Example


Text Example

White with #0BD744

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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