Html Css Color HEX #0BD65B Malachite

📋 copy color: '#0BD65B'

red 11 ◦ green 214 ◦ blue 91

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

Shades of Malachite #0BD65B

Tints of Malachite #0BD65B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 67.72%

 BLUE value IS 91 (35.94% from 255) = 28.8%

R = 3.48%
G = 67.72%
B = 28.8%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#0BD65B (or 0x0BD65B) is known color: Malachite. HEX triplet: 0B, D6 and 5B. RGB value is (11,214,91). Sum of RGB (Red+Green+Blue) = 11+214+91=316 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.48% from 316); Green value is 214 (83.98% from 255 or 67.72% from 316); Blue value is 91 (35.94% from 255 or 28.80% from 316); Max value from RGB is 214 - color contains mainly: green. Hex color #0BD65B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BD65B is #F429A4. Grayscale: #8B8B8B. Windows color (decimal): -16001445 or 6018571. OLE color: 6018571.

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

Color convert

RGB 11 214 91 -
CMYK 0.95 0 0.57 0.16
HSL 143.65º 0.9% 0.44% -
HSV(B) 143.65º 0.95% 0.84% -
XYZ 26.07 48.92 17.97 -
YUV 139.28 100.75 36.5 -
System Red Green Blue C M Y K H S L
Decimal 11 214 91 0.95 0 0.57 0.16 143.65 0.9 0.44
Hex B D6 5B 5F 0 39 10 90 5A 2C
Octal 13 326 133 137 0 71 20 220 132 54
Binary 1011 11010110 1011011 1011111 0 111001 10000 10010000 1011010 101100

Color Harmonies of #0BD65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BD65B

Black with #0BD65B

Text Example


Text Example

White with #0BD65B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,214,91); }

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

background-color css

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

 a { background-color: rgb(11,214,91); }

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

border-color css

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

 span { border-color: rgb(11,214,91); }

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