Html Css Color HEX #0BDC53 Malachite

📋 copy color: '#0BDC53'

red 11 ◦ green 220 ◦ blue 83

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

Shades of Malachite #0BDC53

Tints of Malachite #0BDC53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.43%

R = 3.5%
G = 70.06%
B = 26.43%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#0BDC53 (or 0x0BDC53) is known color: Malachite. HEX triplet: 0B, DC and 53. RGB value is (11,220,83). Sum of RGB (Red+Green+Blue) = 11+220+83=314 (41% of max value = 765). Red value is 11 (4.69% from 255 or 3.50% from 314); Green value is 220 (86.33% from 255 or 70.06% from 314); Blue value is 83 (32.81% from 255 or 26.43% from 314); Max value from RGB is 220 - color contains mainly: green. Hex color #0BDC53 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BDC53 is #F423AC. Grayscale: #8E8E8E. Windows color (decimal): -15999917 or 5495819. OLE color: 5495819.

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

Color convert

RGB 11 220 83 -
CMYK 0.95 0 0.62 0.14
HSL 140.67º 0.9% 0.45% -
HSV(B) 140.67º 0.95% 0.86% -
XYZ 27.29 51.88 16.76 -
YUV 141.89 94.76 34.64 -
System Red Green Blue C M Y K H S L
Decimal 11 220 83 0.95 0 0.62 0.14 140.67 0.9 0.45
Hex B DC 53 5F 0 3E E 8D 5A 2D
Octal 13 334 123 137 0 76 16 215 132 55
Binary 1011 11011100 1010011 1011111 0 111110 1110 10001101 1011010 101101

Color Harmonies of #0BDC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BDC53

Black with #0BDC53

Text Example


Text Example

White with #0BDC53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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