Html Css Color HEX #0BDC5D Malachite

📋 copy color: '#0BDC5D'

red 11 ◦ green 220 ◦ blue 93

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

Shades of Malachite #0BDC5D

Tints of Malachite #0BDC5D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 67.9%

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

R = 3.4%
G = 67.9%
B = 28.7%

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

#0BDC5D (or 0x0BDC5D) is known color: Malachite. HEX triplet: 0B, DC and 5D. RGB value is (11,220,93). Sum of RGB (Red+Green+Blue) = 11+220+93=324 (42% of max value = 765). Red value is 11 (4.69% from 255 or 3.40% from 324); Green value is 220 (86.33% from 255 or 67.90% from 324); Blue value is 93 (36.72% from 255 or 28.70% from 324); Max value from RGB is 220 - color contains mainly: green. Hex color #0BDC5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BDC5D is #F423A2. Grayscale: #8F8F8F. Windows color (decimal): -15999907 or 6151179. OLE color: 6151179.

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

Color convert

RGB 11 220 93 -
CMYK 0.95 0 0.58 0.14
HSL 143.54º 0.9% 0.45% -
HSV(B) 143.54º 0.95% 0.86% -
XYZ 27.71 52.05 18.94 -
YUV 143.03 99.76 33.83 -
System Red Green Blue C M Y K H S L
Decimal 11 220 93 0.95 0 0.58 0.14 143.54 0.9 0.45
Hex B DC 5D 5F 0 3A E 90 5A 2D
Octal 13 334 135 137 0 72 16 220 132 55
Binary 1011 11011100 1011101 1011111 0 111010 1110 10010000 1011010 101101

Color Harmonies of #0BDC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDC5D

Black with #0BDC5D

Text Example


Text Example

White with #0BDC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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