Html Css Color HEX #0BDB5D Malachite

📋 copy color: '#0BDB5D'

red 11 ◦ green 219 ◦ blue 93

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

Shades of Malachite #0BDB5D

Tints of Malachite #0BDB5D

RGB

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

 GREEN value IS 219 (85.94% from 255) = 67.8%

 BLUE value IS 93 (36.72% from 255) = 28.79%

R = 3.41%
G = 67.8%
B = 28.79%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#0BDB5D (or 0x0BDB5D) is known color: Malachite. HEX triplet: 0B, DB and 5D. RGB value is (11,219,93). Sum of RGB (Red+Green+Blue) = 11+219+93=323 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.41% from 323); Green value is 219 (85.94% from 255 or 67.80% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 219 - color contains mainly: green. Hex color #0BDB5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BDB5D is #F424A2. Grayscale: #8E8E8E. Windows color (decimal): -16000163 or 6150923. OLE color: 6150923.

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

Color convert

RGB 11 219 93 -
CMYK 0.95 0 0.58 0.14
HSL 143.65º 0.9% 0.45% -
HSV(B) 143.65º 0.95% 0.86% -
XYZ 27.45 51.52 18.85 -
YUV 142.44 100.09 34.25 -
System Red Green Blue C M Y K H S L
Decimal 11 219 93 0.95 0 0.58 0.14 143.65 0.9 0.45
Hex B DB 5D 5F 0 3A E 90 5A 2D
Octal 13 333 135 137 0 72 16 220 132 55
Binary 1011 11011011 1011101 1011111 0 111010 1110 10010000 1011010 101101

Color Harmonies of #0BDB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDB5D

Black with #0BDB5D

Text Example


Text Example

White with #0BDB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,219,93); }

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

background-color css

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

 a { background-color: rgb(11,219,93); }

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

border-color css

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

 span { border-color: rgb(11,219,93); }

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