Html Css Color HEX #0BD841 Malachite

📋 copy color: '#0BD841'

red 11 ◦ green 216 ◦ blue 65

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

Shades of Malachite #0BD841

Tints of Malachite #0BD841

RGB

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

 GREEN value IS 216 (84.77% from 255) = 73.97%

 BLUE value IS 65 (25.78% from 255) = 22.26%

R = 3.77%
G = 73.97%
B = 22.26%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.70

 K value IS 0.15

RGB Variations

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

Color information

#0BD841 (or 0x0BD841) is known color: Malachite. HEX triplet: 0B, D8 and 41. RGB value is (11,216,65). Sum of RGB (Red+Green+Blue) = 11+216+65=292 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.77% from 292); Green value is 216 (84.77% from 255 or 73.97% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 216 - color contains mainly: green. Hex color #0BD841 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0BD841 is #F427BE. Grayscale: #898989. Windows color (decimal): -16000959 or 4315147. OLE color: 4315147.

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

Color convert

RGB 11 216 65 -
CMYK 0.95 0 0.70 0.15
HSL 135.8º 0.9% 0.45% -
HSV(B) 135.8º 0.95% 0.85% -
XYZ 25.65 49.56 13.22 -
YUV 137.49 87.08 37.78 -
System Red Green Blue C M Y K H S L
Decimal 11 216 65 0.95 0 0.70 0.15 135.8 0.9 0.45
Hex B D8 41 5F 0 46 F 88 5A 2D
Octal 13 330 101 137 0 106 17 210 132 55
Binary 1011 11011000 1000001 1011111 0 1000110 1111 10001000 1011010 101101

Color Harmonies of #0BD841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD841

Black with #0BD841

Text Example


Text Example

White with #0BD841

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,216,65); }

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

background-color css

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

 a { background-color: rgb(11,216,65); }

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

border-color css

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

 span { border-color: rgb(11,216,65); }

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